Twenty Twenty: Fix font inconsistency for Latest Posts block in block editor.

This ensures that the font used on the frontend is also used in the block editor.

Props rishabhwp, shailu25, sabernhardt, jobata, gulamdastgir04, oglekler, nidhidhandhukiya, Maia12345, audrasjb.
Fixes #63798.

Built from https://develop.svn.wordpress.org/trunk@61189


git-svn-id: http://core.svn.wordpress.org/trunk@60525 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Weston Ruter
2025-11-10 04:08:34 +00:00
parent d9356e42f3
commit db48c08d85
3 changed files with 9 additions and 1 deletions

View File

@@ -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;
}

View File

@@ -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;
}

View File

@@ -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.