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:
parent
3b734c3e0b
commit
c057097377
|
@ -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;
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue