Tags
cssfrontend
Created
Oct 3, 2022 7:30 AM
优化中文字体加载性能:分块懒加载
类似标准:https://www.w3.org/TR/IFT/
Rust CLI:
- 将源字体按 unicode-range 切割成多块
- 跨平台
Python: https://github.com/fonttools/fonttools
Rust: https://github.com/simoncozens/rust-font-tools
Plugin:
- 生成 CSS 并插入 html