来自 github.com
可直接删除上方字符并输入预览。
| 嵌入字体
需要帮助? ZeoSeven 提供了使用文档。
@import url('https://static.zeoseven.com/cn/84/main/result.css');
html {
font-family: "Douyin Sans";
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 = 'Douyin Sans';
document.documentElement.style.fontWeight = 'normal';
}a('https://static.zeoseven.com/cn/84/main/result.css', function() {
a('https://static-host.zeoseven.com/cn/84/main/result.css');
});})();
| 其它字重的 CSS 地址
有时候,其它字重的 font-family 与默认不同,需要根据 CSS 地址中的 font-family 属性来正确引入字体。
none
| 英文子集化选项
此选项只需要加载 10KB 左右的文件,对于只需要此字体的英文字符和数字的场景非常适合。查看字符
| 字体介绍
Font files available from ByteDance Fonts
"DouyinSans" is the official font released by the Douyin Brand Creative Center. It holds full intellectual property rights and is open source to the public.It includes a total of 6,763 Chinese characters and 682 alphanumeric and punctuation symbols. The font style is simple and concise, full and comfortable, both rigid and flexible, thick and upright, providing a good user reading experience and visual impression. It not only conveys Douyin's brand message of "Capturing the Beautiful Life" but also better meets the creative demands of Douyin creators. Everyone is welcome to use it!
“抖音美好体”是抖音品牌创意中心推出的抖音官方字体,具有完全知识产权且对外开源。 一共包含6763个汉字以及682个数字西文符号,字体风格简洁凝练、饱满舒适、刚柔并济、厚重挺拔,具有较好的用户阅读体验和视觉感受,不仅传递出抖音“记录美好生活”的品牌主张,同时更好地满足了抖音创作者的创作诉求,欢迎大家使用!
github.com/bytedance/fonts