/* 引入本地字体 */
@font-face {
    font-family: "Ali";
    src: url('../fonts/AlimamaShuHeiTi-Bold.otf') format("opentype"); /* 使用 opentype 格式 */
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Siyuan";
    src: url("../fonts/SourceHanSansCN-Light.otf") format("opentype"); /* 使用 opentype 格式 */
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Siyuan";
    src: url("../fonts/SourceHanSansCN-Medium.otf") format("opentype"); /* 使用 opentype 格式 */
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Siyuan";
    src: url("../fonts/SourceHanSansCN-Bold.otf") format("opentype"); /* 使用 opentype 格式 */
    font-weight: 700;
    font-style: normal;
}
