@font-face {
    font-family: 'Unlock';
    font-weight: normal;
    font-style: normal;
    font-display: auto;
    src: url('../resources/fonts/Unlock-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Blinker';
    font-weight: normal;
    font-style: normal;
    font-display: auto;
    src: url('../resources/fonts/Blinker-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Bakbak One';
    font-weight: normal;
    font-style: normal;
    font-display: auto;
    src: url('../resources/fonts/BakbakOne-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Big Shoulders';
    font-weight: bold;
    font-style: normal;
    font-display: auto;
    src: url('../resources/fonts/BigShouldersInline-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'DIN Alternate';
    font-weight: 500;
    font-style: normal;
    font-display: auto;
    src: url('../resources/fonts/DIN-MEDIUMALTERNATE.OTF') format('opentype');
}

@font-face {
    font-family: 'DIN Alternate Bold';
    font-weight: 700;
    font-style: normal;
    font-display: auto;
    src: url('../resources/fonts/DIN-BOLDALTERNATE.OTF') format('opentype');
}

/* 细一些 */
@font-face {
    font-family: 'DIN Alternate Light';
    font-weight: 500;
    font-style: normal;
    font-display: auto;
    src: url('../resources/fonts/DIN-RegularAlternate-2.otf') format('opentype');
}

@font-face {
    font-family: 'DIN';
    font-weight: 500;
    font-style: normal;
    font-display: auto;
    src: url('../resources/fonts/DIN-Regular-2.otf') format('opentype');
}