Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fontello/ttf2woff
Font convertor, TTF to WOFF, for node.js
https://github.com/fontello/ttf2woff
Last synced: 10 days 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 11 years ago)
- Default Branch: master
- Last Pushed: 2022-11-23T10:48:31.000Z (almost 2 years ago)
- Last Synced: 2024-04-13T21:47:24.393Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 106 KB
- Stars: 341
- 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. ![](https://img.shields.io/github/stars/fontello/ttf2woff.svg?style=social&label=Star) (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.