Jump to content

MediaWiki:Font.css: Difference between revisions

From The Petit Planet Wiki
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..."
 
Tag: Replaced
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
@font-face {
/* [[Category:Candidates for Deletion]]
    font-family: 'PetitPlanet';
  No longer needed. Merged with [[MediaWiki:Common.css]] */
    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 !important;
}
 
.vector-page-titlebar {
    position: inherit !important;
}

Latest revision as of 15:57, 25 November 2025

/* [[Category:Candidates for Deletion]] 
   No longer needed. Merged with [[MediaWiki:Common.css]] */