# ttf2eot

> Convert TTF font to EOT

Latest version **3.1.0** (published 2022-02-04) · MIT license · 0 weekly downloads

## Install

```sh
npm install ttf2eot
pnpm add ttf2eot
yarn add ttf2eot
bun add ttf2eot
```

Provides the command `ttf2eot`.

## Health

**Score 23/100 (F)** — status: abandoned.

Positive: has types package; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 3.1.0 |
| Published | 2022-02-04 |
| First published | 2013-04-04 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | separate (@types/ttf2eot) |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 9.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 141 |
| Author | Viktor Semykin |
| Maintainers | vitaly |
| Keywords | font, ttf, eot, convertor |

## Links

- npm: https://www.npmjs.com/package/ttf2eot
- Repository: https://github.com/fontello/ttf2eot
- Homepage: https://github.com/fontello/ttf2eot#readme
- Issues: https://github.com/fontello/ttf2eot/issues
- npm.io page: https://npm.io/package/ttf2eot

## Dependencies (1)

- [argparse](https://npm.io/package/argparse.md) ^2.0.1

## Alternatives

- [@fortawesome/react-fontawesome](https://npm.io/package/@fortawesome/react-fontawesome.md) — 2.2M weekly downloads
- [roboto-fontface](https://npm.io/package/roboto-fontface.md) — 196.0K weekly downloads
- [@react-native-vector-icons/common](https://npm.io/package/@react-native-vector-icons/common.md) — 150.4K weekly downloads
- [@procore/core-icons](https://npm.io/package/@procore/core-icons.md) — 4.6K weekly downloads
- [@react-md/material-icons](https://npm.io/package/@react-md/material-icons.md) — 1.6K weekly downloads

## Recent versions

- 3.1.0 (latest) — 2022-02-04
- 3.0.0 — 2021-07-29
- 2.0.0 — 2016-03-06
- 1.3.0 — 2013-11-02
- 1.2.0 — 2013-04-21
- 1.1.0 — 2013-04-05
- 1.0.0 — 2013-04-04

## 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 <thesame.ml@gmail.com>


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.

---
_Source: https://npm.io/package/ttf2eot · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
