-
-
Notifications
You must be signed in to change notification settings - Fork 447
Remove font-family style for Chinese #1427
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
Conversation
Segoe UI is not only used in tabmenu but also elsewhere. Please fix them as well (if you are busy I can do this later, I have to sleep now:( ). i ve tested that it also affects Japanese, maybe Korean as well. sorry I can't tell whether it looks good or bad in Japanese. |
BTW it should affect English texts on non-english locale systems. English texts in system default font on non-english systems, like Chinese, is slightly different from Segoe UI. I think it doesn't matter cuz most people will choose their system language. |
When I checked, there were no more cases where Segoe UI was designated. If you know how to, Do as you wish. |
There are some cases in plugins. I've created a PR to your fork.
This is because there is no semibold weight in default Chinese font (MS YaHei UI). |
Remove all Segoe UI usage.
I missed the plugins. thanks.
I checked it after changing OS to another language. It didn't seem particularly problematic. It doesn't have to be Segoe UI. |
What's the PR
Before

After

Checklist