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
No edit summary
Moved Vector-specific css
 
(2 intermediate revisions by one other user not shown)
Line 15: Line 15:


/* Headings & Page Titles */
/* Headings & Page Titles */
h1, h2, h3, .mw-page-title-main {
h1, h2, h3, .mw-page-title-main, .vector-sticky-header-context-bar-primary {
     font-family: 'PetitPlanet', 'Noto Sans', 'Inter', sans-serif !important;
     font-family: 'PetitPlanet', 'Montserrat', sans-serif !important;
     font-weight: 500;
     font-weight: 500, 700;
}
}


h1 {
*[lang|="vi"], *[lang='zh'], *[lang='zh-Hans'], *[lang='yue'], *[lang='zh-Hant'], *[lang='ko'], *[lang='th'], *[lang='ja'], *[lang='ru'] {
    font-size: 48px !important;
    h1, h2, h3, .mw-page-title-main, .vector-sticky-header-context-bar-primary {
}
        font-family: 'Montserrat', sans-serif !important;
 
        font-weight: 900 !important;
/* Heading Border Color */
    }
.mw-heading1, h1, .mw-heading2, h2 {
    border-color: #212337 !important;
}
 
/* Remove forced position on title bar */
.vector-page-titlebar {
    position: inherit !important;
}
}