Difference between revisions of "MediaWiki:Geshi.css"
(Created page with "→CSS placed here will be applied to GeSHi syntax highlighting: *.mw-geshi, pre { font-family: monospace, Consolas; }") |
|||
Line 2: | Line 2: | ||
*.mw-geshi, | *.mw-geshi, | ||
pre { | pre { | ||
− | font-family: monospace, | + | font-family: monospace, "Courier New" !important; |
} | } |
Revision as of 01:52, 27 May 2015
/* CSS placed here will be applied to GeSHi syntax highlighting */
*.mw-geshi,
pre {
font-family: monospace, "Courier New" !important;
}