Twenty Fifteen: Fixes code block family being different in iframe editor.

The font family was not being included for the code block. This adds Inconsolata to the code block within the editor styles.

Props pranitdugad, sabernhardt.
Fixes #61571.

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


git-svn-id: http://core.svn.wordpress.org/trunk@58132 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Tammie Lister 2024-07-16 09:50:10 +00:00
parent c89fb9823f
commit 6f694a5983
2 changed files with 5 additions and 1 deletions

View File

@ -672,6 +672,10 @@ p.has-drop-cap:not(:focus)::first-letter {
padding: 0;
}
.wp-block-code {
font-family: Inconsolata, monospace;
}
/* Pullquote */
.wp-block-pullquote,

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.7-alpha-58729';
$wp_version = '6.7-alpha-58730';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.