/*
 *
 * Content of CSS:
 *
 *  @font-face:Verdana;
 *  @font-face:Impact;
 *  @font-face:Hack;
 *  @font-face:oswald-bold;
 *  @font-face:Exo2-Light;
 *
 *************************************************************************************************/

/* --------------------------------------------------------------------------------------------- */

/**************************************************************************************************
*                                                                                                 *
* Fonts                                                                                           *
*                                                                                                 *
**************************************************************************************************/

@font-face{
	font-family:'Verdana';
	src: url('fonts/Verdana.ttf') format('opentype');
}

@font-face{
	font-family:'Impact';
	src: url('fonts/Impact.ttf') format('opentype');
}

@font-face{
	/*font-family:'Hack-Regular';*/
	font-family:'Hack';
	src: url('fonts/Hack.ttf') format('opentype');
}

@font-face{
	font-family:'oswald';
	src: url('fonts/oswald-bold.ttf') format('opentype');
}

@font-face{
	font-family:'Forza';
	src: url('fonts/Forza-Medium.otf') format('opentype');
}

@font-face{
	font-family:'Exo2-Light';
	src: url('fonts/Exo2-Light.otf') format('opentype');
}

@font-face{
	font-family:'Aaargh';
	src: url('fonts/Aaargh.ttf') format('truetype');
}
