MediaWiki:Common.css: Difference between revisions
Appearance
Created page with "→CSS placed here will be applied to all skins: @import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap'); body { font-family: "jost", sans-serif; }" |
No edit summary |
||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
@ | @font-face { | ||
body { | font-family: Jost; | ||
src: url('../font/Jost-Regular.ttf'); | |||
} | |||
*, .mw-body-content h2, .mw-body-content h3, .mw-body-content h4, #firstHeading { | |||
font-family: "jost", sans-serif; | font-family: "jost", sans-serif; | ||
} | } |
Latest revision as of 08:28, 4 July 2025
/* CSS placed here will be applied to all skins */ @font-face { font-family: Jost; src: url('../font/Jost-Regular.ttf'); } *, .mw-body-content h2, .mw-body-content h3, .mw-body-content h4, #firstHeading { font-family: "jost", sans-serif; }