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: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
#mw-panel .portal a,#mw-panel a {
 
/* 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;
   font-size: 1.2em;
}
}

Revision as of 19:58, 17 January 2026

@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;
}