aboutsummaryrefslogtreecommitdiff
path: root/p/themes/base-theme/base.css
diff options
context:
space:
mode:
authorGravatar Kasimir Cash <kasimir.cash@outlook.com> 2023-12-10 11:42:08 +0000
committerGravatar GitHub <noreply@github.com> 2023-12-10 12:42:08 +0100
commitea6b8b7c6f2eb84c60a3e5f36d0581f54da08b80 (patch)
treec2f44dc771a646ed0b77552a4f82ad6ca7aebb48 /p/themes/base-theme/base.css
parentf7c160b9affb65d1d6e07f57bb23b44dec56c3d5 (diff)
Fix font priority for languages using Han characters (#5930)
* Remove chinese fonts from themes (#5670) * Adds name to credits
Diffstat (limited to 'p/themes/base-theme/base.css')
-rw-r--r--p/themes/base-theme/base.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/p/themes/base-theme/base.css b/p/themes/base-theme/base.css
index ebfe1728e..c52427fa5 100644
--- a/p/themes/base-theme/base.css
+++ b/p/themes/base-theme/base.css
@@ -7,7 +7,7 @@
html, body {
height: 100%;
color: black;
- font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", "PingFang SC", "Microsoft YaHei", sans-serif;
+ font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", sans-serif;
}
/*=== Links */