@font-face {
    font-family: BoldFont;
    src: url('./fonts/Bold.woff2');
}

@font-face {
    font-family: BoldItalicFont;
    src: url('./fonts/BoldItalic.woff');
}

@font-face {
    font-family: DemiFont;
    src: url('./fonts/Demi.woff');
}

@font-face {
    font-family: DemiItalicFont;
    src: url('./fonts/DemiItalic.woff');
}

@font-face {
    font-family: MediumFont;
    src: url('./fonts/Medium.woff');
}

@font-face {
    font-family: MediumItalicFont;
    src: url('./fonts/MediumItalic.woff');
}

@font-face {
    font-family: RegularFont;
    src: url('./fonts/Regular.woff');
}

@font-face {
    font-family: SourceHanSansCN-Bold;
    src: url('./fonts/SourceHanSansCN-Bold.otf');
}

@font-face {
    font-family: SourceHanSansCN-Medium;
    src: url('./fonts/SourceHanSansCN-Medium.otf');
}

@font-face {
    font-family: SourceHanSansCN-Regular;
    src: url('./fonts/SourceHanSansCN-Regular.otf');
}
