MediaWiki:Common.css
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* 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 !important; }