MediaWiki:Common.css: Difference between revisions
Appearance
Make font apply to page titles |
No edit summary |
||
Line 7: | Line 7: | ||
body, .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 { | body, .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: CozetteVector; | font-family: CozetteVector; | ||
} | |||
body { | |||
font-size: 1.5em; | |||
} | } |
Revision as of 17:21, 26 March 2025
/* CSS placed here will be applied to all skins */ @font-face { font-family: CozetteVector; src: url("https://game3.gay/CozetteVector.ttf"); } body, .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: CozetteVector; } body { font-size: 1.5em; }