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.


git-svn-id: https://develop.svn.wordpress.org/trunk@58882 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Tammie Lister 2024-08-11 14:24:10 +00:00
parent d80e18cc2d
commit 0cbfd5b22c

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;