Make WordPress Core

Ticket #61140: 61140.2.patch

File 61140.2.patch, 531 bytes (added by pitamdey, 5 months ago)

I have added monospace font for consistent

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

     
    708708/* Verse */
    709709
    710710.editor-styles-wrapper .wp-block-verse {
    711         font-family: inherit;
     711        font-family: "Courier 10 Pitch", Courier, monospace;
    712712}
    713713
    714714/*--------------------------------------------------------------