
@font-face {
    font-family: Din;
    src: url("DIN/D-DIN.otf") format("opentype");
    font-style: normal;
    font-weight: normal;
}

html * {
    font-family: Din;
}