Make WordPress Core

Ticket #45408: 45408.3.patch

File 45408.3.patch, 1015 bytes (added by vaishalipanchal, 6 years ago)

Updated patch.

  • src/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css

     
    155155
    156156/* Typography for Chinese Font */
    157157
    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 {
     158html[lang^="zh-"] .edit-post-visual-editor .editor-block-list__block {
    160159        font-family: "PingFang TC", "Helvetica Neue", Helvetica, STHeitiTC-Light, Arial, sans-serif;
    161160}
    162161
     162html[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
    163166html[lang^="zh-"] .edit-post-visual-editor h1,
    164167html[lang^="zh-"] .edit-post-visual-editor h2,
    165168html[lang^="zh-"] .edit-post-visual-editor h3,