starwait/docs/05-关于字体提纯.md

15 lines
256 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

- 安装
```bash
npm install fontmin -g
```
- 创建一个文本文件(如 text.txt包含项目中实际使用的字符。
- 运行
```bash
fontmin path/to/source-font.ttf --text-file=path/to/text.txt --output-file=path/to/output-font.ttf
```