Ticket #61140: 61140.monospace-7-themes.patch
File 61140.monospace-7-themes.patch, 4.6 KB (added by , 5 months ago) |
---|
-
src/wp-content/themes/twentyeleven/editor-blocks.css
409 409 text-align: right; 410 410 } 411 411 412 /* Verse */413 412 414 .editor-styles-wrapper .wp-block-verse {415 font-family: inherit;416 }417 418 419 413 /*-------------------------------------------------------------- 420 414 5.0 Blocks - Layout Elements 421 415 --------------------------------------------------------------*/ -
src/wp-content/themes/twentyfifteen/css/editor-blocks.css
741 741 text-align: right; 742 742 } 743 743 744 /* Verse */745 746 .editor-styles-wrapper .wp-block-verse {747 font-family: inherit;748 }749 750 744 /*-------------------------------------------------------------- 751 745 5.0 Blocks - Layout Elements 752 746 --------------------------------------------------------------*/ -
src/wp-content/themes/twentyfourteen/css/editor-blocks.css
420 420 } 421 421 } 422 422 423 /* Verse */424 425 .editor-styles-wrapper .wp-block-verse {426 font-family: inherit;427 }428 429 423 /*-------------------------------------------------------------- 430 424 5.0 Blocks - Layout Elements 431 425 --------------------------------------------------------------*/ -
src/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css
720 720 font-weight: inherit; 721 721 } 722 722 723 /* Verse */724 725 .editor-styles-wrapper .wp-block-verse {726 font-family: inherit;727 }728 729 723 /*-------------------------------------------------------------- 730 724 5.0 Blocks - Layout Elements 731 725 --------------------------------------------------------------*/ -
src/wp-content/themes/twentysixteen/css/editor-blocks.css
543 543 text-align: right; 544 544 } 545 545 546 /* Verse */547 548 .editor-styles-wrapper .wp-block-verse {549 font-family: inherit;550 }551 552 546 /*-------------------------------------------------------------- 553 547 5.0 Blocks - Layout Elements 554 548 --------------------------------------------------------------*/ -
src/wp-content/themes/twentythirteen/css/editor-blocks.css
272 272 text-decoration: none; 273 273 } 274 274 275 /* Verse */276 277 .editor-styles-wrapper .wp-block-verse {278 font-family: inherit;279 }280 281 275 /*-------------------------------------------------------------- 282 276 5.0 Blocks - Formatting 283 277 --------------------------------------------------------------*/ -
src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css
913 913 914 914 .editor-styles-wrapper .wp-block-verse pre, 915 915 .editor-styles-wrapper pre.wp-block-verse { 916 font-family: NonBreakingSpaceOverride, "Hoefler Text", Garamond, "Times New Roman", serif;917 916 font-size: 0.9em; 918 917 } 919 918 -
src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css
917 917 918 918 .editor-styles-wrapper .wp-block-verse pre, 919 919 .editor-styles-wrapper pre.wp-block-verse { 920 font-family: NonBreakingSpaceOverride, "Hoefler Text", Garamond, "Times New Roman", serif;921 920 font-size: 0.9em; 922 921 } 923 922