Make WordPress Core

Ticket #45408: 45408.2.patch

File 45408.2.patch, 817 bytes (added by vaishalipanchal, 6 years ago)

Updated patch.

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

    diff -Naur wp-content/themes/twentyseventeen/assets/css/editor-blocks.css 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,
     158html[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
    159162html[lang="zh-CN"] .edit-post-visual-editor .editor-block-list__block {
    160163        font-family: "PingFang TC", "Helvetica Neue", Helvetica, STHeitiSC-Light, Arial, sans-serif;
    161164}