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:
Rhiannon Morris 2024-09-22 21:49:59 +02:00
parent 28eb19ff41
commit b1cf3f6646

View file

@ -1,4 +1,4 @@
@import url(../fonts/muller/muller.css) (prefers-reduced-data: no-preference);
@import url(../fonts/muller/muller.css);
/* OUTER */