MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
@font-face { | @font-face { | ||
font-family: ' | font-family: 'Archivo Black'; | ||
src: url('/assets/images/archivoblack.ttf') format('truetype'); | src: url('/assets/images/archivoblack.ttf') format('truetype'); | ||
} | } | ||
. | |||
font-family: | :root { | ||
--pw-font-display: "Archivo Black", "Arial Black", sans-serif; | |||
--pw-font: "Work Sans", "Segoe UI", sans-serif; | |||
} | |||
h1, h2, h3, h4, h5, h6, .firstHeading { | |||
font-family: var(--pw-font-display) !important; | |||
} | |||
body, #mw-content-text, p, li { | |||
font-family: var(--pw-font) !important; | |||
} | } | ||
Revision as of 03:50, 16 August 2026
@font-face {
font-family: 'Archivo Black';
src: url('/assets/images/archivoblack.ttf') format('truetype');
}
:root {
--pw-font-display: "Archivo Black", "Arial Black", sans-serif;
--pw-font: "Work Sans", "Segoe UI", sans-serif;
}
h1, h2, h3, h4, h5, h6, .firstHeading {
font-family: var(--pw-font-display) !important;
}
body, #mw-content-text, p, li {
font-family: var(--pw-font) !important;
}