MediaWiki:Common.css: Difference between revisions

From Blank Chronicle
(Created page with "→‎CSS placed here will be applied to all skins: @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i&display=swap&subset=latin-ext'); html, bo...")
 
No edit summary
Line 6: Line 6:
{
{
     font-family: 'Open Sans', sans-serif;
     font-family: 'Open Sans', sans-serif;
}
.mw-body-content
{
    font-size: unset;
}
}

Revision as of 16:20, 28 June 2020

/* CSS placed here will be applied to all skins */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i&display=swap&subset=latin-ext');

html, body
{
    font-family: 'Open Sans', sans-serif;
}
.mw-body-content
{
    font-size: unset;
}