No edit summary
No edit summary
 
Line 7: Line 7:
.pre-content h1, .content .mw-heading1, .content h1, .content .mw-heading2, .content h2 {
.pre-content h1, .content .mw-heading1, .content h1, .content .mw-heading2, .content h2 {
     font-family: Inter, sans-serif;
     font-family: Inter, sans-serif;
     font-weight: 700;
     font-weight: 600;
}
}

Latest revision as of 09:22, 24 October 2025

@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);

html, body {
    font-family: Inter, sans-serif;
}

.pre-content h1, .content .mw-heading1, .content h1, .content .mw-heading2, .content h2 {
    font-family: Inter, sans-serif;
    font-weight: 600;
}