@charset "UTF-8";

@font-face {
  font-family: "思源黑体";
  src: url("SourceHanSansCN-Bold_1.otf") format("opentype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "思源黑体";
    src: url("SourceHanSansCN-Regular_3.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "思源黑体";
    src: url("SourceHanSansCN-Medium_0.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
}