diff --git a/src/wp-content/themes/twentyeleven/editor-blocks.css b/src/wp-content/themes/twentyeleven/editor-blocks.css index afde2c6d131bb..0307155572029 100644 --- a/src/wp-content/themes/twentyeleven/editor-blocks.css +++ b/src/wp-content/themes/twentyeleven/editor-blocks.css @@ -409,12 +409,6 @@ p.has-drop-cap:not(:focus)::first-letter { text-align: right; } -/* Verse */ - -.editor-styles-wrapper .wp-block-verse { - font-family: inherit; -} - /*-------------------------------------------------------------- 5.0 Blocks - Layout Elements diff --git a/src/wp-content/themes/twentyfifteen/css/editor-blocks.css b/src/wp-content/themes/twentyfifteen/css/editor-blocks.css index 9ff366708d199..8b5012860d6a7 100644 --- a/src/wp-content/themes/twentyfifteen/css/editor-blocks.css +++ b/src/wp-content/themes/twentyfifteen/css/editor-blocks.css @@ -741,12 +741,6 @@ p.has-drop-cap:not(:focus)::first-letter { text-align: right; } -/* Verse */ - -.editor-styles-wrapper .wp-block-verse { - font-family: inherit; -} - /*-------------------------------------------------------------- 5.0 Blocks - Layout Elements --------------------------------------------------------------*/ diff --git a/src/wp-content/themes/twentyfourteen/css/editor-blocks.css b/src/wp-content/themes/twentyfourteen/css/editor-blocks.css index 222bf085a50c7..97ca4fae6f9d7 100644 --- a/src/wp-content/themes/twentyfourteen/css/editor-blocks.css +++ b/src/wp-content/themes/twentyfourteen/css/editor-blocks.css @@ -417,12 +417,6 @@ p.has-drop-cap:not(:focus)::first-letter { } } -/* Verse */ - -.editor-styles-wrapper .wp-block-verse { - font-family: inherit; -} - /*-------------------------------------------------------------- 5.0 Blocks - Layout Elements --------------------------------------------------------------*/ diff --git a/src/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css b/src/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css index 6c17ad296022b..34a4749db7313 100644 --- a/src/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css +++ b/src/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css @@ -720,12 +720,6 @@ table.wp-block-table td:last-child { font-weight: inherit; } -/* Verse */ - -.editor-styles-wrapper .wp-block-verse { - font-family: inherit; -} - /*-------------------------------------------------------------- 5.0 Blocks - Layout Elements --------------------------------------------------------------*/ diff --git a/src/wp-content/themes/twentysixteen/css/editor-blocks.css b/src/wp-content/themes/twentysixteen/css/editor-blocks.css index d5841218d0adc..fb79e4720004e 100644 --- a/src/wp-content/themes/twentysixteen/css/editor-blocks.css +++ b/src/wp-content/themes/twentysixteen/css/editor-blocks.css @@ -552,12 +552,6 @@ figure[class*="wp-block-"] > figcaption { text-align: right; } -/* Verse */ - -.editor-styles-wrapper .wp-block-verse { - font-family: inherit; -} - /*-------------------------------------------------------------- 5.0 Blocks - Layout Elements --------------------------------------------------------------*/ diff --git a/src/wp-content/themes/twentythirteen/css/editor-blocks.css b/src/wp-content/themes/twentythirteen/css/editor-blocks.css index 6139063036da6..d92efb9754ba8 100644 --- a/src/wp-content/themes/twentythirteen/css/editor-blocks.css +++ b/src/wp-content/themes/twentythirteen/css/editor-blocks.css @@ -272,12 +272,6 @@ p.has-drop-cap:not(:focus)::first-letter { text-decoration: none; } -/* Verse */ - -.editor-styles-wrapper .wp-block-verse { - font-family: inherit; -} - /*-------------------------------------------------------------- 5.0 Blocks - Formatting --------------------------------------------------------------*/ diff --git a/src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css b/src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css index d4f3f02c8bcda..c9bffdafd00f9 100644 --- a/src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css +++ b/src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css @@ -913,7 +913,6 @@ hr.wp-block-separator.is-style-dots::before { .editor-styles-wrapper .wp-block-verse pre, .editor-styles-wrapper pre.wp-block-verse { - font-family: NonBreakingSpaceOverride, "Hoefler Text", Garamond, "Times New Roman", serif; font-size: 0.9em; } diff --git a/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css b/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css index 8699e3403fbf3..37782c7a8bfee 100644 --- a/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css +++ b/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css @@ -917,7 +917,6 @@ hr.wp-block-separator.is-style-dots::before { .editor-styles-wrapper .wp-block-verse pre, .editor-styles-wrapper pre.wp-block-verse { - font-family: NonBreakingSpaceOverride, "Hoefler Text", Garamond, "Times New Roman", serif; font-size: 0.9em; }