web开发与学习历程 - CSS3 - note
font-face导入自定义字体与使用(示例)
/*--CSS样式--*/
@font-face {
font-family: hywh;
src: url(https://raw.githubusercontent.com/Kuyoru730/kuyoru.com/main/HYWenHei-85W.ttf);
}
/*--使用--*/
.cssstyle{
font-family: "hywh",else1,else2;
}