﻿@font-face {
    font-family: 'DinMedium';
    src: url('din_medium-webfont.eot');
    src: url('din_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('din_medium-webfont.woff') format('woff'),
         url('din_medium-webfont.ttf') format('truetype'),
         url('din_medium-webfont.svg#DinMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}
font-face {
    font-family: 'DinBold';
    src: url('din_bold-webfont.eot');
    src: url('din_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('din_bold-webfont.woff') format('woff'),
         url('din_bold-webfont.ttf') format('truetype'),
         url('din_bold-webfont.svg#DinBold') format('svg');
    font-weight: normal;
    font-style: normal;

}