/*
CSS for Ilgen Web Site
*/

@font-face {
    font-family: 'oldlondon';
    src: 
         url('font/oldlondon-webfont.woff2') format('woff2'),
         url('font/oldlondon-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'blacklightd';
    src: 
         url('font/blacklightd-webfont.woff2') format('woff2'),
         url('font/blacklightd-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'englischescht';
    src: 
         url('font/englischescht.ttf') format('truetype'),
         
    font-weight: normal;
    font-style: normal;

}