@font-face {
    font-family: 'Source Code Pro';
    src: url('./SourceCodePro-Regular.ttf');
    font-display: swap;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Source Han Sans CN';
    src: url('./SourceHanSansCN-Regular.ttf');
    font-display: swap;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Source Han Sans CN Medium';
    src: url('./SourceHanSansCN-Medium.ttf');
    font-display: swap;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Source Han Sans CN Bold';
    src: url('./SourceHanSansCN-Bold.ttf');
    font-display: swap;
    font-weight: normal;
    font-style: normal;
}


