Make WordPress Core

Ticket #45408: 45408.patch

File 45408.patch, 1.3 KB (added by vaishalipanchal, 6 years ago)

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
     
    157157
    158158html[lang^="zh-"] .edit-post-visual-editor .editor-block-list__block,
    159159html[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;
    161161}
    162162
    163163html[lang^="zh-"] .edit-post-visual-editor h1,
  • wp-content/themes/twentyseventeen/style.css

    diff -Naur wp-content/themes/twentyseventeen/style.css wp-content/themes/twentyseventeen/style.css
     
    669669html[lang^="zh-"] input,
    670670html[lang^="zh-"] select,
    671671html[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;
    673673}
    674674
    675675html[lang="zh-CN"] body,