diff options
| author | 2023-12-10 11:42:08 +0000 | |
|---|---|---|
| committer | 2023-12-10 12:42:08 +0100 | |
| commit | ea6b8b7c6f2eb84c60a3e5f36d0581f54da08b80 (patch) | |
| tree | c2f44dc771a646ed0b77552a4f82ad6ca7aebb48 /p/themes/Pafat | |
| parent | f7c160b9affb65d1d6e07f57bb23b44dec56c3d5 (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/Pafat')
| -rw-r--r-- | p/themes/Pafat/pafat.css | 2 | ||||
| -rw-r--r-- | p/themes/Pafat/pafat.rtl.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/p/themes/Pafat/pafat.css b/p/themes/Pafat/pafat.css index cb34ec861..5d8b87558 100644 --- a/p/themes/Pafat/pafat.css +++ b/p/themes/Pafat/pafat.css @@ -90,7 +90,7 @@ html, body { background-color: var(--background-color-grey-light); color: var(--font-color-grey); - font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", "PingFang SC", "Microsoft YaHei", sans-serif; + font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", sans-serif; } /*=== Links */ diff --git a/p/themes/Pafat/pafat.rtl.css b/p/themes/Pafat/pafat.rtl.css index 12f1409f4..27c2bb345 100644 --- a/p/themes/Pafat/pafat.rtl.css +++ b/p/themes/Pafat/pafat.rtl.css @@ -90,7 +90,7 @@ html, body { background-color: var(--background-color-grey-light); color: var(--font-color-grey); - font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", "PingFang SC", "Microsoft YaHei", sans-serif; + font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", sans-serif; } /*=== Links */ |
