MediaWiki:Common.css: Difference between revisions
Appearance
mNo edit summary |
mNo edit summary |
||
Line 3: | Line 3: | ||
@font-face { | @font-face { | ||
font-family: "Andada"; | font-family: "Andada"; | ||
src: url("https://www. | src: url("https://www.bonemarch.org/fonts/AndadaPro-Italic-VariableFont_wght.ttf"); | ||
} | } | ||
@font-face { | @font-face { | ||
font-family: "Andada SC"; | font-family: "Andada SC"; | ||
src: url("https://www. | src: url("https://www.bonemarch.org/fonts/AndadaPro-VariableFont_wght.ttf"); | ||
} | } | ||
@font-face { | @font-face { | ||
font-family: "Cormorant-Regular"; | font-family: "Cormorant-Regular"; | ||
src: url("https://www. | src: url("https://www.bonemarch.org/fonts/Cormorant-Regular.ttf"); | ||
} | } | ||
@font-face { | @font-face { | ||
font-family: "CasablancaAntique"; | font-family: "CasablancaAntique"; | ||
src: url("https://www. | src: url("https://www.bonemarch.org/fonts/CasablancaAntique.ttf"); | ||
} | } | ||
@font-face { | @font-face { | ||
font-family: "Century Schoolbook"; | font-family: "Century Schoolbook"; | ||
src: url("https://www. | src: url("https://www.bonemarch.org/fonts/CENSCBK.TTF"); | ||
} | } | ||
/* Set default font for the whole site, individual elements can override this */ | |||
/* | |||
body { | body { | ||
font-family: "Century Schoolbook"; | font-family: "Century Schoolbook"; | ||
font-size: 1.5 em; | font-size: 1.5 em; | ||
font-weight: normal; | font-weight: normal; | ||
} | } | ||
*/ | |||
/* | |||
h1{ | h1{ | ||
font-family: "Andada SC", "Cormorant-Regular", "CasablancaAntique", Arial, Helvetica, sans-serif; | font-family: "Andada SC", "Cormorant-Regular", "CasablancaAntique", Arial, Helvetica, sans-serif; | ||
Line 44: | Line 46: | ||
text-align: left; | text-align: left; | ||
} | } | ||
*/ | |||
/* | |||
h2 { | h2 { | ||
font-family: "Andada SC", "Cormorant-Regular", "CasablancaAntique", Arial, Helvetica, sans-serif; | font-family: "Andada SC", "Cormorant-Regular", "CasablancaAntique", Arial, Helvetica, sans-serif; | ||
Line 56: | Line 60: | ||
text-align: left; | text-align: left; | ||
} | } | ||
*/ | |||
/* h3 sets the subheading 1 category... */ | /* h3 sets the subheading 1 category... */ | ||
/* | |||
h3 { | h3 { | ||
font-family: "Century Schoolbook", "Andada SC", "Cormorant-Regular", "CasablancaAntique", Arial, Helvetica, sans-serif; | font-family: "Century Schoolbook", "Andada SC", "Cormorant-Regular", "CasablancaAntique", Arial, Helvetica, sans-serif; | ||
Line 69: | Line 75: | ||
text-align: left; | text-align: left; | ||
} | } | ||
*/ | |||
/* h4 sets the subheading 2 category... */ | /* h4 sets the subheading 2 category... */ | ||
/* | |||
h4 { | h4 { | ||
font-family: "Century Schoolbook", "Andada SC", "Cormorant-Regular", "CasablancaAntique", Arial, Helvetica, sans-serif; | font-family: "Century Schoolbook", "Andada SC", "Cormorant-Regular", "CasablancaAntique", Arial, Helvetica, sans-serif; | ||
Line 83: | Line 91: | ||
text-align: left; | text-align: left; | ||
} | } | ||
/* | |||
/* h6 sets the subheading 4 category... */ | /* h6 sets the subheading 4 category... */ | ||
/* | |||
h4 { | h4 { | ||
font-family: "CasablancaAntique", Arial, Helvetica, sans-serif; | font-family: "CasablancaAntique", Arial, Helvetica, sans-serif; | ||
font-size: 7em; | font-size: 7em; | ||
} | } | ||
*/ |
Revision as of 22:01, 22 October 2023
/* CSS placed here will be applied to all skins */ @font-face { font-family: "Andada"; src: url("https://www.bonemarch.org/fonts/AndadaPro-Italic-VariableFont_wght.ttf"); } @font-face { font-family: "Andada SC"; src: url("https://www.bonemarch.org/fonts/AndadaPro-VariableFont_wght.ttf"); } @font-face { font-family: "Cormorant-Regular"; src: url("https://www.bonemarch.org/fonts/Cormorant-Regular.ttf"); } @font-face { font-family: "CasablancaAntique"; src: url("https://www.bonemarch.org/fonts/CasablancaAntique.ttf"); } @font-face { font-family: "Century Schoolbook"; src: url("https://www.bonemarch.org/fonts/CENSCBK.TTF"); } /* Set default font for the whole site, individual elements can override this */ /* body { font-family: "Century Schoolbook"; font-size: 1.5 em; font-weight: normal; } */ /* h1{ font-family: "Andada SC", "Cormorant-Regular", "CasablancaAntique", Arial, Helvetica, sans-serif; font-weight: normal; font-style: normal; font-size: 3em; color: #800000; padding: 5px; margin: 0px; text-align: left; } */ /* h2 { font-family: "Andada SC", "Cormorant-Regular", "CasablancaAntique", Arial, Helvetica, sans-serif; font-weight: normal; font-style: normal; font-size: 2.5em; font-variant: small-caps; color: #800000; padding: 5px; margin: 0px; text-align: left; } */ /* h3 sets the subheading 1 category... */ /* h3 { font-family: "Century Schoolbook", "Andada SC", "Cormorant-Regular", "CasablancaAntique", Arial, Helvetica, sans-serif; font-weight: normal; font-style: normal; font-size: 6em; font-variant: small-caps; color: #800000; padding: 5px; margin: 0px; text-align: left; } */ /* h4 sets the subheading 2 category... */ /* h4 { font-family: "Century Schoolbook", "Andada SC", "Cormorant-Regular", "CasablancaAntique", Arial, Helvetica, sans-serif; font-weight: normal; font-style: normal; font-size: 6em; font-variant: small-caps; color: #800000; text-decoration: underline; padding: 5px; margin: 0px; text-align: left; } /* /* h6 sets the subheading 4 category... */ /* h4 { font-family: "CasablancaAntique", Arial, Helvetica, sans-serif; font-size: 7em; } */