/*
* fonts.css
*
* Sets the font-faces for gothic fonts, etc.
*
**/

@font-face{
  font-family:english-towne;
  src:url(/fonts/EnglishTowne.ttf);
  font-weight:normal;
  font-display: swap;
}

@font-face{
  font-family:english-towne;
  src:url(/fonts/EnglishTowne.ttf);
  font-weight:bold;
  font-display: swap;
}

@font-face{
  font-family:king-arthur-legend;
  src:url(/fonts/KingArthurLegend.ttf);
  font-weight:normal;
  font-display: swap;
}

@font-face{
  font-family:king-arthur-legend;
  src:url(/fonts/KingArthurLegend.ttf);
  font-weight:bold;
  font-display: swap;
}

@font-face{
  font-family:old-london;
  src:url(/fonts/OldLondon.ttf);
  font-weight:normal;
  font-display: swap;
}

@font-face{
  font-family:old-london;
  src:url(/fonts/OldLondon.ttf);
  font-weight:bold;
  font-display: swap;
}

@font-face{
  font-family:cloister-black;
  src:url(/fonts/CloisterBlack.ttf);
  font-weight:normal;
  font-display: swap;
}

@font-face{
  font-family:cloister-black;
  src:url(/fonts/CloisterBlack.ttf);
  font-weight:bold;
  font-display: swap;
}

@font-face{
  font-family:always-forever;
  src:url(/fonts/AlwaysForever.ttf);
  font-weight:normal;
  font-display: swap;
}

@font-face{
  font-family:always-forever;
  src:url(/fonts/AlwaysForever.ttf);
  font-weight:bold;
  font-display: swap;
}

@font-face{
  font-family:are-you-freakin-serious;
  src:url(/fonts/AreYouFreakinSerious.ttf);
  font-weight:normal;
  font-display: swap;
}

@font-face{
  font-family:are-you-freakin-serious;
  src:url(/fonts/AreYouFreakinSerious.ttf);
  font-weight:bold;
  font-display: swap;
}

@font-face{
  font-family:cascadia-code;
  src:url(/fonts/CascadiaCode.ttf);
  font-weight:normal;
  font-display: swap;
}
