diff -Naur wp-content/themes/twentyseventeen/assets/css/editor-blocks.css wp-content/themes/twentyseventeen/assets/css/editor-blocks.css
|
|
|
155 | 155 | |
156 | 156 | /* Typography for Chinese Font */ |
157 | 157 | |
158 | | html[lang^="zh-"] .edit-post-visual-editor .editor-block-list__block, |
| 158 | html[lang^="zh-"] .edit-post-visual-editor .editor-block-list__block { |
| 159 | font-family: "PingFang TC", "Helvetica Neue", Helvetica, STHeitiTC-Light, Arial, sans-serif; |
| 160 | } |
| 161 | |
159 | 162 | html[lang="zh-CN"] .edit-post-visual-editor .editor-block-list__block { |
160 | 163 | font-family: "PingFang TC", "Helvetica Neue", Helvetica, STHeitiSC-Light, Arial, sans-serif; |
161 | 164 | } |