-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Chinese fonts are prioritized when displaying Japanese #5670
Copy link
Copy link
Closed
Labels
Good first issue 1️⃣Beginner friendly - New contributors are welcomeBeginner friendly - New contributors are welcomeI18n 🌍TranslationsTranslationsTheme 🖌
Milestone
Description
Please consider changing the CSS as shown below.
This modification improves display readability for Japanese people.
Add
"Osaka",
Change before
font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", "PingFang SC", "Microsoft YaHei", sans-serif;
After change
font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", "Osaka", "PingFang SC", "Microsoft YaHei", sans-serif;
The Chinese fonts such as "PingFang SC" and "Microsoft YaHei" can be displayed like Japanese, but the kanji are greatly broken down, making them difficult for Japanese people to read.
--
Thank you for the great software!
I've migrated all my RSS readers to FreshRSS!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Good first issue 1️⃣Beginner friendly - New contributors are welcomeBeginner friendly - New contributors are welcomeI18n 🌍TranslationsTranslationsTheme 🖌