Twenty Seventeen: Improve typography for Simplified Chinese (`zh_CN`).

Props ze3kr, Dharm1025.
Fixes #39379.

git-svn-id: https://develop.svn.wordpress.org/trunk@39942 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2017-01-24 07:26:34 +00:00
parent c9d95475c6
commit b7b052df58
1 changed files with 8 additions and 0 deletions

View File

@ -671,6 +671,14 @@ html[lang^="zh-"] textarea {
font-family: "PingFang TC", "Helvetica Neue", Helvetica, STHeitiTC-Light, Arial, sans-serif; font-family: "PingFang TC", "Helvetica Neue", Helvetica, STHeitiTC-Light, Arial, sans-serif;
} }
html[lang="zh-CN"] body,
html[lang="zh-CN"] button,
html[lang="zh-CN"] input,
html[lang="zh-CN"] select,
html[lang="zh-CN"] textarea {
font-family: "PingFang SC", "Helvetica Neue", Helvetica, STHeitiSC-Light, Arial, sans-serif;
}
html[lang^="zh-"] h1, html[lang^="zh-"] h1,
html[lang^="zh-"] h2, html[lang^="zh-"] h2,
html[lang^="zh-"] h3, html[lang^="zh-"] h3,