﻿@font-face {
    font-family: 'DINMittelschriftStd';
    src: url('../font/DINMittelschriftStd.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* 方便使用的 class */
.font-din {
    font-family: 'DINMittelschriftStd', sans-serif;
}
