@font-face {
    /* This declaration targets Internet Explorer */
    font-family: 'FranklinGothicBook';
    src: url('fonts/frabk-webfont.eot');
}

@font-face {
    /* This declaration targets everything else */
    font-family: 'FranklinGothicBook';
    src: url(//:) format('no404'), url('fonts/frabk-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* •_• */