Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
margin: 0; | margin: 0; | ||
padding: 0; | padding: 0; | ||
− | font-family: "Quicksand" | + | font-family: "Quicksand"; |
} | } |
Revision as of 13:34, 22 June 2018
/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css?family=Quicksand:700');
html, body {
height: 100%;
margin: 0;
padding: 0;
font-family: "Quicksand";
}