Commit d317bd4 1 parent 538ca00 commit d317bd4 Copy full SHA for d317bd4
File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
# 中文 Web Font 切割工具
2
2
3
- ![ updateTime] ( https://img.shields.io/badge/更新时间-2023/12/18 -green )
3
+ ![ updateTime] ( https://img.shields.io/badge/更新时间-2024/03/19 -green )
4
4
![ author] ( https://img.shields.io/badge/author-江夏尧-green )
5
- ![ npmVersion] ( https://img.shields.io/badge/LTS_version-4.11.0 -green )
5
+ ![ npmVersion] ( https://img.shields.io/badge/LTS_version-4.11.2 -green )
6
6
[ ![ ] ( https://data.jsdelivr.com/v1/package/npm/@konghayao/cn-font-split/badge )] ( https://www.jsdelivr.com/package/npm/@konghayao/cn-font-split )
7
7
8
8
![ CodeFactor] ( https://www.codefactor.io/repository/github/konghayao/cn-font-split/badge )
@@ -144,6 +144,9 @@ fontSplit({
144
144
1 . 例如:使用一个只有大致 6373 字符的字体,但是采用 Noto-Serif-SC 分包策略,那么部分包内会有缺失字体的现象,这是正常的。
145
145
2 . 这个特性,插件将不会进行干涉。
146
146
3 . 建议较全的字体包可以使用 Google 字体的中文分包方式,而小字体包使用自动分包策略就好了。
147
+ 3 . 部分字体开发的时候用了比较奇怪的字体编辑器,可能最终的字体会报错。
148
+ 1 . 这种情况最好找字体设计师再导出一份可用版本
149
+ 2 . 或者自己用 FontForge 进行修复,这个就比较麻烦了
147
150
148
151
## 兼容性提醒
149
152
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @konghayao/cn-font-split" ,
3
- "version" : " 4.11.2 " ,
3
+ "version" : " 4.11.3 " ,
4
4
"description" : " 中文 web font 切割工具" ,
5
5
"main" : " dist/index.js" ,
6
6
"browser" : " dist/browser/index.js" ,
You can’t perform that action at this time.
0 commit comments