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 4: Line 4:


html, body {
html, body {
font-family: 'Inter', sans-serif !important;
}
.mw-page-title-main {
font-family: 'Inter', sans-serif !important;
font-family: 'Inter', sans-serif !important;
}
}

Revision as of 08:11, 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-page-title-main {
font-family: 'Inter', sans-serif !important;
}