MediaWiki:Common.css: Difference between revisions
Appearance
Adventurer (talk | contribs) No edit summary |
Adventurer (talk | contribs) No edit summary |
||
Line 29: | Line 29: | ||
* { | * { | ||
/* Set default font for the whole site, individual elements can override this */ | /* Set default font for the whole site, individual elements can override this */ | ||
font-family: " | font-family: "Cormorant-Regular"; | ||
} | } | ||
Line 54: | Line 54: | ||
margin: 0px; | margin: 0px; | ||
text-align: left; | text-align: left; | ||
font-variant: small-caps | |||
} | } | ||
Revision as of 01:34, 6 August 2022
/* CSS placed here will be applied to all skins */ @font-face { font-family: "Andada"; src: url("https://www.greyhawk.icu/fonts/AndadaPro-Italic-VariableFont_wght.ttf"); } @font-face { font-family: "Andada SC"; src: url("https://www.greyhawk.icu/fonts/AndadaPro-VariableFont_wght.ttf"); } @font-face { font-family: "Cormorant-Regular"; src: url("https://www.greyhawk.icu/fonts/Cormorant-Regular.ttf"); } @font-face { font-family: "CasablancaAntique"; src: url("https://www.greyhawk.icu/fonts/CasablancaAntique.ttf"); } @font-face { font-family: "Century Schoolbook"; src: url("https://www.greyhawk.icu/fonts/CENSCBK.TTF"); } * { /* Set default font for the whole site, individual elements can override this */ font-family: "Cormorant-Regular"; } h1{ font-family: "Andada SC", "Cormorant-Regular", "CasablancaAntique", Arial, Helvetica, sans-serif; font-weight: normal; font-style: normal; font-size: 2.5.em; color: #800000; padding: 5px; margin: 0px; text-align: center; text-transform: uppercase; } h2 { font-family: "Andada SC", "Cormorant-Regular", "CasablancaAntique", Arial, Helvetica, sans-serif; font-weight: normal; font-style: normal; font-size: 2em; color: #800000; padding: 5px; margin: 0px; text-align: left; font-variant: small-caps } h3 { font-family: "Andada SC", "Cormorant-Regular", "CasablancaAntique", Arial, Helvetica, sans-serif; font-weight: normal; font-style: normal; font-size: 1.5em; color: #800000; text-decoration: underline; padding: 5px; margin: 0px; text-align: left; }