More actions
Created page with ".skin-vector-2022 .mw-logo-icon { width: auto; height: 4em; } .skin-vector-2022 .vector-header { padding-top: 8px; padding-bottom: 8px; } .skin-vector-2022 .mw-logo-container { pointer-events: none; position: absolute; top: 0; left: 0; overflow: hidden; width: 0; height: 0; white-space: nowrap; } .skin-vector-2022 .mw-logo { min-width: 0; }" |
Add font change for headings |
||
| Line 1: | Line 1: | ||
@font-face { | |||
font-family: "Souses"; | |||
font-weight: 700; | |||
src: url("/resources/assets/Souses.woff2") format("woff2"); | |||
} | |||
.mw-body h1, .mw-body .mw-heading1, .mw-body-content h1, .mw-body-content .mw-heading1, .mw-body-content h2, .mw-body-content .mw-heading2 { | |||
font-family: "Souses", sans-serif; | |||
} | |||
.skin-vector-2022 .mw-logo-icon { | .skin-vector-2022 .mw-logo-icon { | ||
width: auto; | width: auto; | ||
Latest revision as of 10:42, 5 May 2025
@font-face {
font-family: "Souses";
font-weight: 700;
src: url("/resources/assets/Souses.woff2") format("woff2");
}
.mw-body h1, .mw-body .mw-heading1, .mw-body-content h1, .mw-body-content .mw-heading1, .mw-body-content h2, .mw-body-content .mw-heading2 {
font-family: "Souses", sans-serif;
}
.skin-vector-2022 .mw-logo-icon {
width: auto;
height: 4em;
}
.skin-vector-2022 .vector-header {
padding-top: 8px;
padding-bottom: 8px;
}
.skin-vector-2022 .mw-logo-container {
pointer-events: none;
position: absolute;
top: 0;
left: 0;
overflow: hidden;
width: 0;
height: 0;
white-space: nowrap;
}
.skin-vector-2022 .mw-logo {
min-width: 0;
}