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

/*@font-face{
font-family:'InfoTextWeb-Bold';
src:url("../fonts/InfoTextWeb-Bold.eot");
src:url("../fonts/InfoTextWeb-Bold.eot") format("eot"),url("../fonts/InfoTextWeb-Bold.woff") format("woff"),url("../fonts/InfoTextComp-Bold.ttf") format("truetype");
}

@font-face{
font-family:'InfoTextWeb-Regular';
src:url("/fonts/InfoTextWeb.eot");
src:url("/fonts/InfoTextWeb.eot") format("eot"),url("../fonts/InfoTextWeb.woff") format("woff"),url("../fonts/InfoTextComp.ttf") format("truetype");
}*/

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

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

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

@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;

}