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/Origine | |
| 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/Origine')
| -rw-r--r-- | p/themes/Origine/origine.css | 2 | ||||
| -rw-r--r-- | p/themes/Origine/origine.rtl.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/p/themes/Origine/origine.css b/p/themes/Origine/origine.css index 335e56fe0..2d0e375aa 100644 --- a/p/themes/Origine/origine.css +++ b/p/themes/Origine/origine.css @@ -84,7 +84,7 @@ html, body { background-color: var(--background-color-light); color: var(--font-color); - 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/Origine/origine.rtl.css b/p/themes/Origine/origine.rtl.css index f670720f8..9224c4134 100644 --- a/p/themes/Origine/origine.rtl.css +++ b/p/themes/Origine/origine.rtl.css @@ -84,7 +84,7 @@ html, body { background-color: var(--background-color-light); color: var(--font-color); - font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", "PingFang SC", "Microsoft YaHei", sans-serif; + font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", sans-serif; } /*=== Links */ |
