/* 思源黑体 */
@font-face {
    font-family: "SHS";
    src: 
        url("SourceHanSans-Regular.otf") format("otf");
    font-weight: normal;
    font-style: normal;
    font-display: fallback;
    }

@font-face {
    font-family: "SHS";
    src: 
        url("SourceHanSans-Bold.otf") format("otf");
    font-weight: 700;
    font-style: normal;
    font-display: fallback;
    }

@font-face {
    font-family: "SHS";
    src: 
        url("SourceHanSans-Light.otf") format("otf");
    font-weight: 300;
    font-style: normal;
    font-display: fallback;
    }

/* MC 字体 */
@font-face {
    font-family: "Minecraft";
    src: 
        url("Mojangles.ttf") format("ttf");
    font-weight: normal;
    font-style: normal;
    font-display: fallback;
    }

@font-face {
    font-family: "Minecraft-Ten";
    src: 
        url("minecraft-ten.ttf") format("ttf");
    font-style: normal;
    font-display: fallback;
    }

@font-face {
    font-family: "unifont";
    src: 
    url("unifont-16.0.2.otf") format("otf");
    font-weight: normal;
    font-style: normal;
    font-display: fallback;
    }