MediaWiki:Common.css: Difference between revisions
Tweaked monospaced fonts. |
m Larger on editing window. |
||
| Line 28: | Line 28: | ||
} | } | ||
/* Increase font size in | /* Increase font size in editing window */ | ||
.mw-editfont-monospace, | .mw-editfont-monospace, | ||
.mw-editfont-sans-serif, | .mw-editfont-sans-serif, | ||
.mw-editfont-serif { | .mw-editfont-serif { | ||
font-size: | font-size: 18px !important; | ||
font-family: "Overpass Mono", monospace; | font-family: "Overpass Mono", monospace; | ||
} | } | ||