Skip to content

Chinese fonts are prioritized when displaying Japanese #5670

@superuser7777

Description

@superuser7777

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!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions