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 875acb214d842..bed5a3c6fa0f7 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 @@ -244,27 +244,27 @@ line-height: 1.138888889; } -.editor-styles-wrapper h2, +.editor-styles-wrapper h2.wp-block-post-title, .editor-styles-wrapper .heading-size-2 { font-size: 32px; } -.editor-styles-wrapper h3, +.editor-styles-wrapper h3.wp-block-post-title, .editor-styles-wrapper .heading-size-3 { font-size: 28px; } -.editor-styles-wrapper h4, +.editor-styles-wrapper h4.wp-block-post-title, .editor-styles-wrapper .heading-size-4 { font-size: 24px; } -.editor-styles-wrapper h5, +.editor-styles-wrapper h5.wp-block-post-title, .editor-styles-wrapper .heading-size-5 { font-size: 21px; } -.editor-styles-wrapper h6, +.editor-styles-wrapper h6.wp-block-post-title, .editor-styles-wrapper .heading-size-6 { font-size: 16px; letter-spacing: 0.03125em; 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 987d85daa3d72..025a2efdd065e 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 @@ -244,27 +244,27 @@ line-height: 1.138888889; } -.editor-styles-wrapper h2, +.editor-styles-wrapper h2.wp-block-post-title, .editor-styles-wrapper .heading-size-2 { font-size: 32px; } -.editor-styles-wrapper h3, +.editor-styles-wrapper h3.wp-block-post-title, .editor-styles-wrapper .heading-size-3 { font-size: 28px; } -.editor-styles-wrapper h4, +.editor-styles-wrapper h4.wp-block-post-title, .editor-styles-wrapper .heading-size-4 { font-size: 24px; } -.editor-styles-wrapper h5, +.editor-styles-wrapper h5.wp-block-post-title, .editor-styles-wrapper .heading-size-5 { font-size: 21px; } -.editor-styles-wrapper h6, +.editor-styles-wrapper h6.wp-block-post-title, .editor-styles-wrapper .heading-size-6 { font-size: 16px; letter-spacing: 0.03125em;