﻿/*###########################################################################################################*/
/* Styles für Fonts */
/*###########################################################################################################*/

/* Jeder Schrift-Typ in eigener Ordner /fonts/schriftname/ kopieren */
@font-face
{
    font-family: 'BLOKKRegular';
    src: url('/fonts/blokk/blokk.eot');
    src: url('/fonts/blokk/blokk.eot?#iefix') format('embedded-opentype'),
         url('/fonts/blokk/blokk.woff') format('woff'),
         url('/fonts/blokk/blokk.svg#BLOKK') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
	font-family: 'icons';
	src:url('/fonts/icons/icons.eot');
	src:url('/fonts/icons/icons.eot?#iefix') format('embedded-opentype'),
		url('/fonts/icons/icons.woff') format('woff'),
		url('/fonts/icons/icons.ttf') format('truetype'),
		url('/fonts/icons/icons.svg#icons') format('svg');
	font-weight: normal;
	font-style: normal;
}
