@font-face {
    font-family: 'DINProLight';
    src: url('../font/font.eot');
    src: url('../font/font.eot') format('embedded-opentype'),
         url('../font/font.woff2') format('woff2'),
         url('../font/font.woff') format('woff'),
         url('../font/font.ttf') format('truetype'),
         url('../font/font.svg#DINProLight') format('svg');
}