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 141b9d9f86a4c..47760c131a294 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 @@ -1064,6 +1064,10 @@ hr.wp-block-separator.is-style-dots::before { margin-top: 15px; } +.editor-styles-wrapper .wp-block-latest-posts__post-full-content p { + font-family: inherit; +} + .wp-block-latest-posts__post-full-content > p:first-child { margin-top: 1em; } 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 862a51cc2b8e1..6a10e0033d7d3 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 @@ -1068,6 +1068,10 @@ hr.wp-block-separator.is-style-dots::before { margin-top: 15px; } +.editor-styles-wrapper .wp-block-latest-posts__post-full-content p { + font-family: inherit; +} + .wp-block-latest-posts__post-full-content > p:first-child { margin-top: 1em; }