/*
 * 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-face{
	font-family:english-towne;
	src:url(../fonts/EnglishTowne.ttf);
	font-weight:bold;
}

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

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

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

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

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

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

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

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

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

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