/* FONT RULES FOR ANGLETERRE BOOK REGULAR */

@font-face {
    font-family: 'DINregular';
    src: url('/fontface/DINRg.eot');
    src: url('/fontface/DINRg.eot?#iefix') format('embedded-opentype'),
         url('/fontface/DINRg.woff') format('woff'),
         url('/fontface/DINRg.ttf') format('truetype'),
         url('/fontface/DINRg.svg#DINregular') format('svg');
    font-weight: 100;
    font-style: normal;
}
