/* Mettre les codes snippets des @font-face génerés ici */
@font-face {
    font-family: 'dinregular';
    src: url('fonts/din-webfont.eot');
    src: url('fonts/din-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/din-webfont.woff') format('woff'),
         url('fonts/din-webfont.ttf') format('truetype'),
         url('fonts/din-webfont.svg#dinregular') format('svg');
    font-weight: normal;
    font-style: normal;

}