mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
Use local version of Noto Sans if available
This commit is contained in:
parent
4e5c8cd918
commit
f6d08fb0dc
@ -5,7 +5,7 @@
|
||||
font-style: $style;
|
||||
font-display: swap;
|
||||
font-weight: $weight;
|
||||
src: url($url) format("woff2");
|
||||
src: local($family), url($url) format("woff2");
|
||||
unicode-range: $range;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user