Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Font.css: Difference between revisions

MediaWiki interface page
Created page with "@font-face { font-family: 'PetitPlanet'; font-style: normal; font-weight: normal; src: url('https://petitplanet.wiki/images/a/af/Petit_Planet_Font_Light.woff2') format('woff'); font-display: swap; } body, h1, h2, h3 , .mw-page-title-main { font-family: 'PetitPlanet' !important; } h1, h2, h3 , .mw-page-title-main { font-weight: 500; } h1 { font-size: 48px !important; } .mw-heading1, h1, .mw-heading2, h2 { border-color: #212337 !impo..."
 
No edit summary
Line 7: Line 7:
}
}


body, h1, h2, h3 , .mw-page-title-main {
h1, h2, h3 , .mw-page-title-main {
     font-family: 'PetitPlanet' !important;
     font-family: 'PetitPlanet' !important;
}
body {
font-family: 'Inter', sans-serif;
    font-optical-sizing: auto;
}
}