Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fontello/ttf2eot
Font convertor, TTF to EOT, for node.js
https://github.com/fontello/ttf2eot
Last synced: about 21 hours ago
JSON representation
Font convertor, TTF to EOT, for node.js
- Host: GitHub
- URL: https://github.com/fontello/ttf2eot
- Owner: fontello
- License: mit
- Created: 2013-04-04T06:45:58.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-02-04T18:16:58.000Z (almost 3 years ago)
- Last Synced: 2024-10-29T09:33:35.408Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 71.3 KB
- Stars: 139
- Watchers: 12
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-nodejs - ttf2eot - Font convertor, TTF to EOT, for node.js. ![](https://img.shields.io/github/stars/fontello/ttf2eot.svg?style=social&label=Star) (Repository / Font)
- awesome-typography - ttf2eot - Convert TTF to EOT for Node.js. (JavaScript)
README
ttf2eot
=======ttf2eot converts TTF fonts to EOT format. That can be useful for different
webfont generation tools.This is node.js port of [ttf2eot](http://code.google.com/p/ttf2eot/).
Usage
-----Install:
``` bash
npm install -g ttf2eot
```Usage example:
``` bash
ttf2eot fontello.ttf fontello.eot
```Or:
``` bash
ttf2eot < fontello.ttf > fontello.eot
```Possible problems
-----------------Due to bug in IE, font `FullName` __MUST__ begin with `FamilyName`. For example,
if `FamilyName` is `fontello`, then `FullName` should be `fontello regular` and
so on.In this condition is not satisfyed, then font will not be shown in IE.
Authors
-------* Viktor Semykin
License
-------Copyright (c) 2013-2016 [Vitaly Puzrin](https://github.com/puzrin).
Released under the MIT license. See
[LICENSE](https://github.com/nodeca/ttf2eot/blob/master/LICENSE) for details.