Ticket #45408: 45408.3.patch
File 45408.3.patch, 1015 bytes (added by , 6 years ago) |
---|
-
src/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, 159 html[lang="zh-CN"] .edit-post-visual-editor .editor-block-list__block { 158 html[lang^="zh-"] .edit-post-visual-editor .editor-block-list__block { 160 159 font-family: "PingFang TC", "Helvetica Neue", Helvetica, STHeitiTC-Light, Arial, sans-serif; 161 160 } 162 161 162 html[lang="zh-CN"] .edit-post-visual-editor .editor-block-list__block { 163 font-family: "PingFang SC", "Helvetica Neue", Helvetica, STHeitiSC-Light, Arial, sans-serif; 164 } 165 163 166 html[lang^="zh-"] .edit-post-visual-editor h1, 164 167 html[lang^="zh-"] .edit-post-visual-editor h2, 165 168 html[lang^="zh-"] .edit-post-visual-editor h3,