MediaWiki:Common.css: Difference between revisions

From 95 Degrees Wiki
(Updated wiki font to Satoshi)
Tag: Reverted
(Reverted font)
Tag: Manual revert
 
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://api.fontshare.com/v2/css?f[]=satoshi@900,700,500,701,501,401,901,400&display=swap');


html, body {
html, body {
/* font-family: 'Inter', sans-serif !important; */
font-family: 'Inter', sans-serif !important;
font-family: 'Satoshi', sans-serif !important;
background-color:#FFFFFF!important;
background-color:#FFFFFF!important;
}
}


.mw-first-heading, .mw-headline {
.mw-first-heading, .mw-headline {
/* font-family: 'Inter', sans-serif !important; */
font-family: 'Inter', sans-serif !important;
font-family: 'Satoshi', sans-serif !important;
font-weight:bold;
font-weight:bold;
}
}

Latest revision as of 16:55, 27 January 2024

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

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

html, body {
font-family: 'Inter', sans-serif !important;
background-color:#FFFFFF!important;
}

.mw-first-heading, .mw-headline {
font-family: 'Inter', sans-serif !important;
font-weight:bold;
}

#footer-places {
display:none;
}

.wikitable {
margin:0px!important;
}

.infobox-right {
float:right;
clear: both;
margin-left:20px !important;
}