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:
parent
c9d95475c6
commit
b7b052df58
|
@ -671,6 +671,14 @@ html[lang^="zh-"] textarea {
|
|||
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-"] h2,
|
||||
html[lang^="zh-"] h3,
|
||||
|
|
Loading…
Reference in New Issue