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:
parent
4e5c8cd918
commit
f6d08fb0dc
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue