76 lines
1.5 KiB
SCSS
76 lines
1.5 KiB
SCSS
@font-face {
|
|
font-family: siyuan;
|
|
font-style: normal;
|
|
|
|
// src: url("./");
|
|
font-weight: normal;
|
|
src: url("./SourceHanSansCN-Regular.otf");
|
|
font-display: auto;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "siyuan_Medium";
|
|
font-style: normal;
|
|
|
|
// src: url("./");
|
|
font-weight: normal;
|
|
src: url("./SourceHanSansCN-Medium.otf");
|
|
font-display: auto;
|
|
}
|
|
@font-face {
|
|
font-family: "siyuan_Bold";
|
|
font-style: normal;
|
|
|
|
// src: url("./");
|
|
font-weight: normal;
|
|
src: url("./SourceHanSansCN-Bold.otf");
|
|
font-display: auto;
|
|
}
|
|
|
|
// @font-face {
|
|
// font-family: SourceHanSansCN-Regular_0;
|
|
// src: url("./SourceHanSansCN-Regular_0.otf");
|
|
// }
|
|
// @font-face {
|
|
// font-family: SourceHanSansCN-Regular_0;
|
|
// src: url("./SourceHanSansCN-Regular_0.otf");
|
|
// }
|
|
|
|
// 大屏字体
|
|
|
|
@font-face {
|
|
font-family: OPPOSansB;
|
|
font-weight: normal;
|
|
src: url("./screenFonts/OPPOSans-B.ttf");
|
|
}
|
|
@font-face {
|
|
font-family: OPPOSansH;
|
|
font-weight: normal;
|
|
src: url("./screenFonts/OPPOSans-H.ttf");
|
|
}
|
|
@font-face {
|
|
font-family: DigitalRegular;
|
|
font-weight: normal;
|
|
src: url("./screenFonts/DigitalRegular.ttf");
|
|
}
|
|
@font-face {
|
|
font-family: title;
|
|
font-weight: normal;
|
|
src: url("./screenFonts/title.ttf");
|
|
}
|
|
@font-face {
|
|
font-family: YouSheBiaoTiHei;
|
|
font-weight: normal;
|
|
src: url("./screenFonts/YouSheBiaoTiHei-2.ttf");
|
|
}
|
|
@font-face {
|
|
font-family: SourceHanSansCNR;
|
|
font-weight: normal;
|
|
src: url("./screenFonts/SourceHanSansCN-Regular.otf");
|
|
}
|
|
@font-face {
|
|
font-family: SourceHanSansCNH;
|
|
font-weight: normal;
|
|
src: url("./screenFonts/SourceHanSansCN-Heavy.otf");
|
|
}
|