MediaWiki:Common.css: Difference between revisions

From 95 Degrees Wiki
No edit summary
Tag: Manual revert
No edit summary
Line 12: Line 12:
}
}


.wikitable {
.infobox-right {
float:right;
float:right;
margin-left:20px;
margin-left:20px;
}
}

Revision as of 12:16, 15 February 2023

/* 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;
}

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

.infobox-right {
float:right;
margin-left:20px;
}