
@font-face {
    font-family: 'font-R';
    font-weight: 400;
    font-style: normal;
    src: url('./NotoSansSC-Regular.ttf') format("truetype");
    unicode-range: U+4E00-9FFF;
    font-display: swap;
}


@font-face {
    font-family: 'font-B';
    font-weight: 600;
    font-style: normal;
    src: url('./NotoSansSC-Bold.ttf') format("truetype");
    unicode-range: U+4E00-9FFF;
    font-display: swap;
}


@font-face {
    font-family: 'font-H';
    font-weight: 900;
    font-style: normal;
    src: url('./NotoSansSC-ExtraBold.ttf') format("truetype");
    unicode-range: U+4E00-9FFF;
    font-display: swap;
}