Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chinese fonts are prioritized when displaying Japanese #5670

Closed
superuser7777 opened this issue Sep 25, 2023 · 1 comment · Fixed by #5930
Closed

Chinese fonts are prioritized when displaying Japanese #5670

superuser7777 opened this issue Sep 25, 2023 · 1 comment · Fixed by #5930

Comments

@superuser7777
Copy link

https://github.com/FreshRSS/FreshRSS/blob/86d713478b25816340aebeeacca704f3aeee17af/p/themes/base-theme/base.css#L10C36-L10C36

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!

@Alkarex Alkarex added I18n 🌍 Translations Theme labels Sep 25, 2023
@Alkarex
Copy link
Member

Alkarex commented Sep 25, 2023

Would you mind proposing a pull request?

@Alkarex Alkarex added this to the 1.22.0 milestone Sep 25, 2023
@Alkarex Alkarex modified the milestones: 1.22.0, 1.23.0 Oct 23, 2023
@Alkarex Alkarex modified the milestones: 1.23.0, 1.24.0 Nov 24, 2023
KasimirCash added a commit to KasimirCash/FreshRSS that referenced this issue Dec 6, 2023
KasimirCash added a commit to KasimirCash/FreshRSS that referenced this issue Dec 6, 2023
Alkarex pushed a commit that referenced this issue Dec 10, 2023
* Remove chinese fonts from themes (#5670)

* Adds name to credits
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants