You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The per-game theme SCSS compiles to <game>/assets/theme-*.min.css, so a
url('assets/foo') inside it resolves to <game>/assets/assets/foo and 404s
(fortnite already used the correct bare-filename form). This left:
- destiny / elite / battlefield1: custom @font-face fonts 404ing,
silently falling back to system fonts
- rainbow6 (both themes) & battlefield1 (dark): the ESL/Ubisoft/EA/DICE
group-logo labels blank, since text is hidden via text-indent and the
logo image failed to load
Drop the redundant assets/ prefix so the bare filename resolves correctly
(verified live: corrected paths return 200 and the r6 logos paint at 50x23).
Note: csgo's blank group labels (fixed separately) are a different bug -
its inlined styles.css uses correct paths, but the labels collapse to
width:0, so that fix forces plain-text labels instead.
0 commit comments