Make WordPress Core

Ticket #61140: 61140.monospace-7-themes.patch

File 61140.monospace-7-themes.patch, 4.6 KB (added by sabernhardt, 5 months ago)

removes font-family editor style that does not match the front anymore from 7 themes

  • src/wp-content/themes/twentyeleven/editor-blocks.css

     
    409409        text-align: right;
    410410}
    411411
    412 /* Verse */
    413412
    414 .editor-styles-wrapper .wp-block-verse {
    415         font-family: inherit;
    416 }
    417 
    418 
    419413/*--------------------------------------------------------------
    4204145.0 Blocks - Layout Elements
    421415--------------------------------------------------------------*/
  • src/wp-content/themes/twentyfifteen/css/editor-blocks.css

     
    741741        text-align: right;
    742742}
    743743
    744 /* Verse */
    745 
    746 .editor-styles-wrapper .wp-block-verse {
    747         font-family: inherit;
    748 }
    749 
    750744/*--------------------------------------------------------------
    7517455.0 Blocks - Layout Elements
    752746--------------------------------------------------------------*/
  • src/wp-content/themes/twentyfourteen/css/editor-blocks.css

     
    420420        }
    421421}
    422422
    423 /* Verse */
    424 
    425 .editor-styles-wrapper .wp-block-verse {
    426         font-family: inherit;
    427 }
    428 
    429423/*--------------------------------------------------------------
    4304245.0 Blocks - Layout Elements
    431425--------------------------------------------------------------*/
  • src/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css

     
    720720        font-weight: inherit;
    721721}
    722722
    723 /* Verse */
    724 
    725 .editor-styles-wrapper .wp-block-verse {
    726         font-family: inherit;
    727 }
    728 
    729723/*--------------------------------------------------------------
    7307245.0 Blocks - Layout Elements
    731725--------------------------------------------------------------*/
  • src/wp-content/themes/twentysixteen/css/editor-blocks.css

     
    543543        text-align: right;
    544544}
    545545
    546 /* Verse */
    547 
    548 .editor-styles-wrapper .wp-block-verse {
    549         font-family: inherit;
    550 }
    551 
    552546/*--------------------------------------------------------------
    5535475.0 Blocks - Layout Elements
    554548--------------------------------------------------------------*/
  • src/wp-content/themes/twentythirteen/css/editor-blocks.css

     
    272272        text-decoration: none;
    273273}
    274274
    275 /* Verse */
    276 
    277 .editor-styles-wrapper .wp-block-verse {
    278         font-family: inherit;
    279 }
    280 
    281275/*--------------------------------------------------------------
    2822765.0 Blocks - Formatting
    283277--------------------------------------------------------------*/
  • src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css

     
    913913
    914914.editor-styles-wrapper .wp-block-verse pre,
    915915.editor-styles-wrapper pre.wp-block-verse {
    916         font-family: NonBreakingSpaceOverride, "Hoefler Text", Garamond, "Times New Roman", serif;
    917916        font-size: 0.9em;
    918917}
    919918
  • src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css

     
    917917
    918918.editor-styles-wrapper .wp-block-verse pre,
    919919.editor-styles-wrapper pre.wp-block-verse {
    920         font-family: NonBreakingSpaceOverride, "Hoefler Text", Garamond, "Times New Roman", serif;
    921920        font-size: 0.9em;
    922921}
    923922