@font-face {
    font-family:'FontAwesome';
    src: url('fontawesome-webfont.eot');
    src: url('fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
        url('fontawesome-webfont.woff') format('woff'),
        url('fontawesome-webfont.ttf') format('truetype'),
        url('fontawesome-webfont.svg#FontAwesome') format('svg');
}
@font-face {
    font-family:'NewsGothicL';
    src: url('NewsGothicBT-Light.eot');
    src: url('NewsGothicBT-Light.eot?#iefix') format('embedded-opentype'),
        url('NewsGothicBT-Light.woff') format('woff'),
        url('NewsGothicBT-Light.ttf') format('truetype'),
        url('NewsGothicBT-Light.svg#NewsGothicL') format('svg');
}
@font-face {
    font-family:'NewsGot-Dem';
    src: url('NewsGot-Dem.eot');
    src: url('NewsGot-Dem.eot?#iefix') format('embedded-opentype'),
         url('NewsGot-Dem.woff2') format('woff2'),
         url('NewsGot-Dem.woff') format('woff'),
         url('NewsGot-Dem.ttf') format('truetype');
}
@font-face {
    font-family:'NewsGot-Lig';
    src: url('NewsGot-Lig.eot');
    src: url('NewsGot-Lig.eot?#iefix') format('embedded-opentype'),
         url('NewsGot-Lig.woff2') format('woff2'),
         url('NewsGot-Lig.woff') format('woff'),
         url('NewsGot-Lig.ttf') format('truetype');
}
/* FONT DEFAULT 
@font-face {
    font-family:'desiredfontnamegoeshere';
    src: url('fontnamegoeshere.eot');
    src: url('fontnamegoeshere.eot?#iefix') format('embedded-opentype'),
        url('fontnamegoeshere.woff') format('woff'),
        url('fontnamegoeshere.ttf') format('truetype'),
        url('fontnamegoeshere.svg#desiredfontnamegoeshere') format('svg');
}

