More actions
No edit summary |
No edit summary |
||
| Line 9: | Line 9: | ||
.mw-first-heading { | .mw-first-heading { | ||
font-family: 'Inter', sans-serif !important; | font-family: 'Inter', sans-serif !important; | ||
font-weight:bold; | |||
} | } | ||
Revision as of 08:12, 15 February 2023
/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
html, body {
font-family: 'Inter', sans-serif !important;
}
.mw-first-heading {
font-family: 'Inter', sans-serif !important;
font-weight:bold;
}