ttf2eot
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/ttf2eot package

3.1.0 • Public • Published

ttf2eot

ttf2eot converts TTF fonts to EOT format. That can be useful for different webfont generation tools.

This is node.js port of ttf2eot.

Usage

Install:

npm install -g ttf2eot

Usage example:

ttf2eot fontello.ttf fontello.eot

Or:

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

License

Copyright (c) 2013-2016 Vitaly Puzrin. Released under the MIT license. See LICENSE for details.

Readme

Keywords

Package Sidebar

Install

npm i ttf2eot

Weekly Downloads

186,914

Version

3.1.0

License

MIT

Unpacked Size

9.73 kB

Total Files

5

Last publish

Collaborators

  • vitaly