/* 
    Document   : web-text.css
    Created on : Jan 23, 2013, 9:19:57 AM
    Author     : Doug
    Description:
        Stylesheet that defines our webfont stacks
*/


/* Generated by Font Squirrel (http://www.fontsquirrel.com) on January 23, 2013 */
@font-face {
    font-family: 'fontello';
    src: url('shared_fonts/fontello/fontello-webfont.eot');
    src: local('?'),
         url('shared_fonts/fontello/fontello-webfont.eot?#iefix') format('embedded-opentype'),
         url('shared_fonts/fontello/fontello-webfont.woff') format('woff'),
         url('shared_fonts/fontello/fontello-webfont.ttf') format('truetype'),
         url('shared_fonts/fontello/fontello-webfont.svg#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Josefin Sans */
@font-face {
    font-family: 'JosefinSansDT';
    src: url('shared_fonts/josefin/JosefinSansDT-Bold.eot');
    src: local('?'),
        url('shared_fonts/josefin/JosefinSansDT-Bold.eot?#iefix') format('embedded-opentype'),
        url('shared_fonts/josefin/JosefinSansDT-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
/* bebasneue regular macroman */
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('shared_fonts/bebasneue/BebasNeue-webfont.eot');
    src: url('shared_fonts/bebasneue/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('shared_fonts/bebasneue/BebasNeue-webfont.woff') format('woff'),
         url('shared_fonts/bebasneue/BebasNeue-webfont.ttf') format('truetype'),
         url('shared_fonts/bebasneue/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}