MediaWiki:Common.css

From Quincy Garage

Revision as of 12:12, 26 September 2025 by Alex (talk | contribs)

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=Montserrat:wght@400;600;700&family=Open+Sans:wght@400;600&display=swap');

/* Headers use Montserrat */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}

/* Body + UI use Open Sans */
body, p, li, td, th,
#mw-panel,              /* left sidebar */
#p-personal,            /* top personal links */
#mw-head,               /* header bar */
#mw-footer,             /* footer */
.vector-menu-content {  /* menu dropdowns */
    font-family: 'Open Sans', sans-serif;
}

#footer-poweredbyico { display: none; }