The Style Guide has recently been rewritten. Please take a moment to review the new guidelines.
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
/**
* CSS placed here will be applied to all skins, note that the
* setup has been organized for different custom namespaces.
**/
/* [START] Global styling */
@import url('https://fonts.googleapis.com/css?family=Rubik:400,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gentium+Plus&display=swap');
body * {
font-family: 'Rubik';
}
body pre {
overflow: hidden;
padding-bottom: 5px;
line-height: 14px;
word-break: break-word;
}
000
1:0
Return to MediaWiki:Common.css.