MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
Marekpalka (talk | contribs) No edit summary |
Marekpalka (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
/* | @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap'); | ||
#mw-panel | |||
/* 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;
}