remove the (prefers-reduced-data) from @import
an unsupported media query in an @import is treated as false. the browser was using the locally installed version of the font :(
This commit is contained in:
parent
28eb19ff41
commit
b1cf3f6646
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
@import url(../fonts/muller/muller.css) (prefers-reduced-data: no-preference);
|
||||
@import url(../fonts/muller/muller.css);
|
||||
|
||||
|
||||
/* OUTER */
|
||||
|
|
Loading…
Add table
Reference in a new issue