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/
Install:
npm install -g ttf2woff
Usage example:
ttf2woff fontello.ttf fontello.woff
- Viktor Semykin [email protected]
Copyright (c) 2013 Vitaly Puzrin. Released under the MIT license. See LICENSE for details.