Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
test change font
 
mNo edit summary
Line 2: Line 2:
body {
body {
font-family: "Liberation Sans", Arial, Helvetica, FreeSans, sans-serif;
font-family: "Liberation Sans", Arial, Helvetica, FreeSans, sans-serif;
        background: #000000;
}
}

Revision as of 17:23, 11 August 2020

/* CSS placed here will be applied to all skins */
body {
	font-family: "Liberation Sans", Arial, Helvetica, FreeSans, sans-serif;
        background: #000000;
}