generate iconFont
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
unknown 0073d80258 Upload final project of fonIcon 2 years ago
..
CHANGELOG.md Upload final project of fonIcon 2 years ago
LICENSE Upload final project of fonIcon 2 years ago
README.md Upload final project of fonIcon 2 years ago
index.js Upload final project of fonIcon 2 years ago
package.json Upload final project of fonIcon 2 years ago
ttf2woff.js Upload final project of fonIcon 2 years ago

README.md

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.