27 lines
518 B
CSS
27 lines
518 B
CSS
@font-face {
|
|
font-family: YouSheBiaoTiHei;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
src: url("./YouSheBiaoTiHei-2.ttf");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: SourceHanSansCN;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
src: url("./SourceHanSansCN-Light.otf");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: SourceHanSansK;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
src: url("./SourceHanSansK-Regular.ttf");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: PingFang;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
src: url("./PingFang.otf");
|
|
} |