Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css

MediaWiki interface page
Revision as of 19:58, 17 January 2026 by Marekpalka (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.
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

/* Main body and content */
body, 
.mw-body, 
.mw-parser-output,
#content {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif !important;
  font-size: 1.05em;
  line-height: 1.6;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter', system-ui, -apple-system, serif;
  font-weight: 600;
}

/* Sidebar enhancements (from your prior tweaks) */
#mw-panel,
#mw-panel a {
  font-family: 'Inter', sans-serif !important;
  font-size: 1.1em;
}

#mw-panel h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 1.2em;
}