font-face导入自定义字体与使用(示例)
@font-face {
font-family: hywh;
src: url(https://raw.githubusercontent.com/Kuyoru730/kuyoru.com/main/HYWenHei-85W.ttf);
}
.cssstyle{
font-family: "hywh",else1,else2;
}

@font-face {
font-family: hywh;
src: url(https://raw.githubusercontent.com/Kuyoru730/kuyoru.com/main/HYWenHei-85W.ttf);
}
.cssstyle{
font-family: "hywh",else1,else2;
}