@font-face {
    font-family: "gothic";
    src: url("GOTHIC.TTF");
}
@font-face {
    font-family: "gothic-b";
    src: url("GOTHICB.TTF");
}
@font-face {
    font-family: "gothic-b-i";
    src: url("GOTHICBI.TTF");
}
@font-face {
    font-family: "gothic-i";
    src: url("GOTHICI.TTF");
}
@font-face {
    font-family: "s-allegro";
    src: url("SHELLEYALLEGRO.eot"); /* IE9 Compat Modes */
    src: url('SHELLEYALLEGRO.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('SHELLEYALLEGRO.woff2') format('woff2'), 
        url('SHELLEYALLEGRO.woff') format('woff'), 
       url('SHELLEYALLEGRO.ttf')  format('truetype');    
   
}