/* 
    Document   : fonts
    Created on : 16.07.2013, 17:08:31
    Author     : liebsche
    Description:
        Purpose of the stylesheet follows.
*/


html{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@font-face {
	font-family:'InfoTextWeb-Regular';
	src: url('../fonts/infotext/InfoTextWeb.eot') format('embedded-opentype');
	src: url('../fonts/infotext/InfoTextWeb.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/infotext/InfoTextWeb.woff') format('woff'),
		 url('../fonts/infotext/InfoTextComp.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: fallback;
}

@font-face {
	font-family:'InfoTextWeb-Bold';
	src: url('../fonts/infotext/InfoTextWeb-Bold.eot') format('embedded-opentype');
	src: url('../fonts/infotext/InfoTextWeb-Bold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/infotext/InfoTextWeb-Bold.woff') format('woff'),
		 url('../fonts/infotext/InfoTextComp-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: fallback;
}

@font-face {
	font-family: 'Genericons';
	src: url('../fonts/genericons-regular-webfont.eot');
	src: url('../fonts/genericons-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/genericons-regular-webfont.woff') format('woff'),
		 url('../fonts/genericons-regular-webfont.ttf') format('truetype'),
		 url('../fonts/genericons-regular-webfont.svg#genericonsregular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: fallback;
}