[wp-trac] [WordPress Trac] #45408: Again, error font-family style for Simplified Chinese (zh_CN).
WordPress Trac
noreply at wordpress.org
Sat Nov 24 08:59:01 UTC 2018
#45408: Again, error font-family style for Simplified Chinese (zh_CN).
---------------------------+------------------------------
Reporter: ze3kr | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Bundled Theme | Version: 5.0
Severity: normal | Resolution:
Keywords: | Focuses:
---------------------------+------------------------------
Comment (by ze3kr):
For Chinese other than Simplified Chinese, it should use TC:
{{{
font-family: "PingFang TC", "Helvetica Neue", Helvetica, STHeitiTC-Light,
Arial, sans-serif;
}}}
For Simplified Chinese, it should use SC.
{{{
font-family: "PingFang SC", "Helvetica Neue", Helvetica, STHeiti SC-Light,
Arial, sans-serif;
}}}
Note that there are 2 fonts need to specify SC and TC, PingFang and
STHeiti.
So the **style.css** is fine(fixed in #39379 ), but not the **editor-
blocks.css**.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/45408#comment:4>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list