diff --git a/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css b/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css index 141b9d9f86..c2bfa33d63 100644 --- a/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css +++ b/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; } +.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/wp-content/themes/twentytwenty/assets/css/editor-style-block.css b/wp-content/themes/twentytwenty/assets/css/editor-style-block.css index 862a51cc2b..222019e9a9 100644 --- a/wp-content/themes/twentytwenty/assets/css/editor-style-block.css +++ b/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; } +.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/wp-includes/version.php b/wp-includes/version.php index 2cd4bcf218..2ced61758d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.9-beta4-61188'; +$wp_version = '6.9-beta4-61189'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.