/*
@font-face {
    font-family: 'HandelGothicRegular';
    src: url('handel_gothic-webfont.eot');
    src: url('handel_gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('handel_gothic-webfont.woff') format('woff'),
         url('handel_gothic-webfont.ttf') format('truetype'),
         url('handel_gothic-webfont.svg#HandelGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/

@font-face {
    /* This declaration targets Internet Explorer */
    font-family: 'HandelGothicRegular';
    src: url('handel_gothic-webfont.eot');
}

@font-face {
    /* This declaration targets everything else */
    font-family: 'HandelGothicRegular';
    src: url('handel_gothic-webfont.woff') format('woff'), 
    	 url('handel_gothic-webfont.ttf') format('truetype'), 
    	 url('handel_gothic-webfont.svg#HandelGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

