Make WordPress Core

Ticket #61527: 61527.1.patch

File 61527.1.patch, 504 bytes (added by pitamdey, 7 months ago)

I have added monospace font for consistent

  • wp-content/themes/twentysixteen/css/editor-blocks.css

     
    546546/* Verse */
    547547
    548548.editor-styles-wrapper .wp-block-verse {
    549         font-family: inherit;
     549        font-family: "Courier 10 Pitch", Courier, monospace;
    550550}
    551551
    552552/*--------------------------------------------------------------