forked from enviPath/enviPy
Current Dev State
This commit is contained in:
39
static/js/ketcher2/node_modules/ttf2woff/README.md
generated
vendored
Normal file
39
static/js/ketcher2/node_modules/ttf2woff/README.md
generated
vendored
Normal file
@ -0,0 +1,39 @@
|
||||
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 <thesame.ml@gmail.com>
|
||||
|
||||
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user