@font-face {
    font-family: 'franklin';
    src: url('FranklinGothicSketch-Book.otf');
    src: url('FranklinGothicSketch-Book.otf?#iefix') format('embedded-opentype'),
         url('FranklinGothicSketch-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'franklin';
    src: url('FranklinGothicSketch-Demi.otf');
    src: url('FranklinGothicSketch-Demi.otf?#iefix') format('embedded-opentype'),
         url('FranklinGothicSketch-Demi.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;

}

