/* 
    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;
}*/

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