Difference between revisions of "MediaWiki:Common.css"
From RetroMMO Wiki
| Line 8: | Line 8: | ||
body {  | body {  | ||
font-family: RetroPixels;  | font-family: RetroPixels;  | ||
| + | font-size: 2em;  | ||
}  | }  | ||
Revision as of 06:40, 4 April 2021
/* CSS placed here will be applied to all skins */
@font-face{
font-family:RetroPixels;
src:url(https://wiki.retro-mmo.com/w/images/c/c1/RetroPixels.ttf) format("truetype")
}
body {
font-family: RetroPixels;
font-size: 2em;
}
body, .mw-body, .parsoid-body {
background-color: black;
color: white;
}