字体扔Github了,小破cdn遭不住喵
(之前的字体文件已经被我干掉了,万分抱歉
Github
https://github.com/xm17906193/font
引入示例
https://fastly.jsdelivr.net/gh/xm17906193/font/web_font.woff2
@font-face {
font-family: 'web_font';
src: url('https://fastly.jsdelivr.net/gh/xm17906193/font/web_font.woff2');
font-weight: 400;
font-style: normal;
font-display: swap;
}
*:not([class*="icon"]):not(i) {
font-family: "web_font", serif !important;
}
Comments | NOTHING