Backport pull request #7499 from jellyfin-web/release-10.11.z

Add default font family for fallback

Original-merge: a2855c785e368f3d405b07b1fce65ee0ecf4dad9

Merged-by: thornbill <thornbill@users.noreply.github.com>

Backported-by: thornbill <thornbill@users.noreply.github.com>
This commit is contained in:
thornbill
2026-01-16 13:25:34 -05:00
parent 866d510d2b
commit 6683c73929
+3
View File
@@ -37,6 +37,9 @@
html {
@include fullpage;
/* Set the default font for cases we don't load the brand font */
font-family: Arial, Helvetica, sans-serif;
line-height: 1.35;
}