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)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,700;1,400;1,700&display=swap');
:root{
/* start font settings */
--wiki-body-font-family: 'Barlow',sans-serif;
--wiki-heading-font-family: 'Barlow',sans-serif;
--wiki-sidebar-heading-font-family: 'Barlow',sans-serif;
/* end font settings */
/* start design variables */
--wiki-sidebar-border-radius:4px; /* these two variables must have units specified even if 0, ignore the warning */
--wiki-sidebar-portal-spacing:6px;
--wiki-content-border-width:1px;
--wiki-sidebar-border-width:1px;
/* end design variables */
}