Closed stevenlele closed 1 year ago
Glad to see someone improving this translation!
For the preferred font, it's better not to use bare sans-serif
here - it will look bad when viewing from a non-Chinese version of Windows, as Simplified Chinese variant font usually doesn't take precedence over traditional or Japanese font (the example below is what Zhihu does):
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
as Simplified Chinese variant font usually doesn't take precedence over traditional or Japanese font
Isn't setting <html lang="zh-Hans">
sufficient? I think modern browsers should be able to handle font family correctly.
The answer is yes, but it is better to get font family properly set, for the last resort.
Anyway I will approve this PR, for your better translation. Thanks! :-)
CC @Cyanoxygen