ttf2woff

Convert TTF font to WOFF

MIT 9 个版本
安装
npm install ttf2woff
yarn add ttf2woff
pnpm add ttf2woff
bun add ttf2woff
README

ttf2woff

ttf2woff converts TTF fonts to WOFF format. That can be useful for different webfont generation tools.

This is node.js partial port of original woff CLI tools http://people.mozilla.com/~jkew/woff/

Usage

Install:

npm install -g ttf2woff

Usage example:

ttf2woff fontello.ttf fontello.woff

Authors

License

Copyright (c) 2013 Vitaly Puzrin. Released under the MIT license. See LICENSE for details.

版本列表
3.0.0 2021-07-29
2.0.2 2020-05-27
2.0.1 2016-03-06
2.0.0 2016-03-06
1.3.0 2014-06-08
1.2.0 2013-11-03
1.1.0 2013-07-24
1.0.1 2013-04-25
1.0.0 2013-04-21