Twenty Twelve: Fixes Code block font family difference in editors.

The Code block font family was different in the front-end and the editor. This resolves the overruling in the iframe editor.

Props pitamdey, sabernhardt.
Fixes #61808.

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


git-svn-id: http://core.svn.wordpress.org/trunk@58278 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Tammie Lister 2024-08-11 14:26:17 +00:00
parent 3b734c3e0b
commit c057097377
2 changed files with 2 additions and 1 deletions

View File

@ -268,6 +268,7 @@ p.has-drop-cap:not(:focus)::first-letter {
.wp-block-code {
border: 0;
font-family: Consolas, Monaco, Lucida Console, monospace;
font-size: 12px;
line-height: 2;
padding: 0;

View File

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