More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300&display=swap'); | @import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300&display=swap'); | ||
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital@0;1&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap'); | |||
mw-logo-wordmark { | mw-logo-wordmark { | ||
font-size:26px; | font-size:26px; |
Revision as of 18:58, 3 August 2024
/* CSS placed here will be applied to all skins */ @import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital@0;1&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap'); mw-logo-wordmark { font-size:26px; font-family: 'Roboto Condensed', sans-serif; font-variant: normal; } mw-page-container { font-family: "Montserrat", sans-serif; font-optical-sizing: auto; font-weight: 400; font-style: normal; }