Jump to content

MediaWiki:Common.css: Difference between revisions

From greyhawk
mNo edit summary
No edit summary
Line 62: Line 62:
   font-weight: normal;
   font-weight: normal;
   font-style: normal;
   font-style: normal;
   font-size: 4em;
   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;
   color: #800000;
   text-decoration: underline;
   text-decoration: underline;

Revision as of 22:54, 6 June 2023

/* 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");
}

body {
  /* Set default font for the whole site, individual elements can override this 
  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;
}