
@font-face
{
	font-family: "collegiate-black";
	src: url( '/css/fonts/CollegiateBlackFLF.ttf' ) format( 'truetype' );
	font-weight:normal;
	font-style:normal;
}

@font-face {
    font-family: 'freshman';
    src: url('/css/fonts/freshman-webfont.eot');
    src: url('/css/fonts/freshman-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/freshman-webfont.woff2') format('woff2'),
         url('/css/fonts/freshman-webfont.woff') format('woff'),
         url('/css/fonts/freshman-webfont.ttf') format('truetype'),
         url('/css/fonts/freshman-webfont.svg#freshmannormal') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'HeydingsCommonIconsRegular';
    src: url('/css/fonts/heydings_icons-webfont.eot');
    src: url('/css/fonts/heydings_icons-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/heydings_icons-webfont.woff') format('woff'),
         url('/css/fonts/heydings_icons-webfont.ttf') format('truetype'),
         url('/css/fonts/heydings_icons-webfont.svg#HeydingsCommonIconsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}