mirror of
git://develop.git.wordpress.org/
synced 2025-03-21 20:40:44 +01:00
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:
parent
d80e18cc2d
commit
0cbfd5b22c
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user