1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Use local version of Noto Sans if available

This commit is contained in:
jarnedemeulemeester 2021-01-05 17:15:50 +01:00
parent 4e5c8cd918
commit f6d08fb0dc
No known key found for this signature in database
GPG key ID: B61B7B150DB6A6D2

View file

@ -5,7 +5,7 @@
font-style: $style; font-style: $style;
font-display: swap; font-display: swap;
font-weight: $weight; font-weight: $weight;
src: url($url) format("woff2"); src: local($family), url($url) format("woff2");
unicode-range: $range; unicode-range: $range;
} }
} }