https://github.com/fontello/ttf2woff
  
  
    Font convertor, TTF to WOFF, for node.js 
    https://github.com/fontello/ttf2woff
  
        Last synced: 7 months ago 
        JSON representation
    
Font convertor, TTF to WOFF, for node.js
- Host: GitHub
 - URL: https://github.com/fontello/ttf2woff
 - Owner: fontello
 - License: mit
 - Created: 2013-04-21T18:49:59.000Z (over 12 years ago)
 - Default Branch: master
 - Last Pushed: 2022-11-23T10:48:31.000Z (almost 3 years ago)
 - Last Synced: 2024-10-29T17:48:41.104Z (about 1 year ago)
 - Language: JavaScript
 - Homepage:
 - Size: 106 KB
 - Stars: 349
 - Watchers: 12
 - Forks: 29
 - Open Issues: 2
 - 
            Metadata Files:
            
- Readme: README.md
 - Changelog: CHANGELOG.md
 - License: LICENSE
 
 
Awesome Lists containing this project
- awesome-nodejs - ttf2woff - Font convertor, TTF to WOFF, for node.js.  (Repository / Font)
 - awesome-typography - ttf2woff - Convert TTF to WOFF, for Node.js. (JavaScript)
 
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:
``` bash
npm install -g ttf2woff
```
Usage example:
``` bash
ttf2woff fontello.ttf fontello.woff
```
Authors
-------
* Viktor Semykin 
License
-------
Copyright (c) 2013 [Vitaly Puzrin](https://github.com/puzrin).
Released under the MIT license. See
[LICENSE](https://github.com/nodeca/ttf2woff/blob/master/LICENSE) for details.