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:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user