可直接删除上方字符并输入预览。
| 嵌入字体
需要帮助? ZeoSeven 提供了使用文档。
@import url('https://static.zeoseven.com/cn/236/main/result.css');
html {
font-family: "峄山碑篆体";
font-weight: normal;
}
或者 使用 JavaScript 异步引入字体并实现冗余 JS 引入方式文档。
(() => {function a(b,c){var d=document.createElement('link');d.rel='stylesheet';d.href=b;d.onerror=function(){if(typeof c==='function'){c();}};document.head.appendChild(d);
document.documentElement.style.fontFamily = '峄山碑篆体';
document.documentElement.style.fontWeight = 'normal';
}a('https://static.zeoseven.com/cn/236/main/result.css', function() {
a('https://static-host.zeoseven.com/cn/236/main/result.css');
});})();
| 其它字重的 CSS 地址
有时候,其它字重的 font-family 与默认不同,需要根据 CSS 地址中的 font-family 属性来正确引入字体。
none
| 英文子集化选项
此选项只需要加载 10KB 左右的文件,对于只需要此字体的英文字符和数字的场景非常适合。查看字符
| 字体介绍
随机推荐
载入中 ...