Skip to content

Commit a52bb41

Browse files
authored
Merge pull request #94 from ecomfe/develop
tweak
2 parents acd0e28 + 0910c3d commit a52bb41

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## 0.9.9 (2021-9-10)
44
- merge #75, #76, #86, #92
55
- update dependences
6+
67
## 0.9.8 (2019-7-18)
78
- merge #34, #73
89
- fix #72 UTF-16-encoded code points

TODO.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ TODO
1212
- [x] <del>independent koa middleware</del>
1313
- [x] refactor plugin code
1414
- [x] font-face css generator
15-
- [ ] ttf2woff2
15+
- [x] ttf2woff2
16+
- [ ] use fonteditor-core builtin ttf2woff2
1617
- [x] otf2ttf
1718
- [x] app -> [fontmin-app](https://github.com/ecomfe/fontmin-app)
1819
- [x] <del>ttfmin, only analysis cmap table, get glyph by buffer offset</del>

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"otf",
1616
"ttf",
1717
"woff",
18+
"woff2",
1819
"eot",
1920
"svg",
2021
"ttf2eot",

0 commit comments

Comments
 (0)