/* @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: 'Gilroy';
    font-weight: 500;
    font-style: normal;
    font-display: auto;
    src: url('../resources/fonts/gilroy-regular-3.otf') format('opentype');
}

/* 细一些 */
@font-face {
    font-family: 'Gilroy thin';
    font-weight: thin;
    font-style: normal;
    font-display: auto;
    src: url('../resources/fonts/Gilroy-Thin-13.otf') format('opentype');
}

/* 粗一些 */
@font-face {
    font-family: 'Gilroy bold';
    font-weight: bold;
    font-style: normal;
    font-display: auto;
    src: url('../resources/fonts/gilroy-bold-4.otf') format('opentype');
}