diff -Naur wp-content/themes/twentyseventeen/assets/css/editor-blocks.css wp-content/themes/twentyseventeen/assets/css/editor-blocks.css
|
|
|
157 | 157 | |
158 | 158 | html[lang^="zh-"] .edit-post-visual-editor .editor-block-list__block, |
159 | 159 | html[lang="zh-CN"] .edit-post-visual-editor .editor-block-list__block { |
160 | | font-family: "PingFang TC", "Helvetica Neue", Helvetica, STHeitiTC-Light, Arial, sans-serif; |
| 160 | font-family: "PingFang TC", "Helvetica Neue", Helvetica, STHeitiSC-Light, Arial, sans-serif; |
161 | 161 | } |
162 | 162 | |
163 | 163 | html[lang^="zh-"] .edit-post-visual-editor h1, |
diff -Naur wp-content/themes/twentyseventeen/style.css wp-content/themes/twentyseventeen/style.css
|
|
|
669 | 669 | html[lang^="zh-"] input, |
670 | 670 | html[lang^="zh-"] select, |
671 | 671 | html[lang^="zh-"] textarea { |
672 | | font-family: "PingFang TC", "Helvetica Neue", Helvetica, STHeitiTC-Light, Arial, sans-serif; |
| 672 | font-family: "PingFang TC", "Helvetica Neue", Helvetica, STHeitiSC-Light, Arial, sans-serif; |
673 | 673 | } |
674 | 674 | |
675 | 675 | html[lang="zh-CN"] body, |