MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 14: | Line 14: | ||
#footer-places { | #footer-places { | ||
display:none; | display:none; | ||
} | |||
.wikitable { | |||
margin:0px!important; | |||
} | } | ||
Revision as of 07:57, 16 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; } #footer-places { display:none; } .wikitable { margin:0px!important; } .infobox-right { float:right; clear: both; margin-left:20px; }