MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* | /* Import a font from Google Fonts */ | ||
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap'); | |||
body, | |||
.mw-body { | |||
font-family: 'Inter', sans-serif !important; | |||
} | |||
/* | /* Headings */ | ||
h1, h2, h3, h4, h5, h6 { | |||
font-family: 'Inter', sans-serif !important; | |||
} | |||
Revision as of 13:49, 12 April 2025
/* Import a font from Google Fonts */ @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap'); body, .mw-body { font-family: 'Inter', sans-serif !important; } /* Headings */ h1, h2, h3, h4, h5, h6 { font-family: 'Inter', sans-serif !important; }