# ttf2woff

> Convert TTF font to WOFF

Latest version **3.0.0** (published 2021-07-29) · MIT license · 0 weekly downloads

## Install

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

Provides the command `ttf2woff`.

## 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.0.0 |
| Published | 2021-07-29 |
| First published | 2013-04-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | separate (@types/ttf2woff) |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 11.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 359 |
| Author | Viktor Semykin |
| Maintainers | vitaly |
| Keywords | font, ttf, woff, convertor |

## Links

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

## Dependencies (2)

- [pako](https://npm.io/package/pako.md) ^1.0.0
- [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.0.0 (latest) — 2021-07-29
- 2.0.2 — 2020-05-27
- 2.0.1 — 2016-03-06
- 2.0.0 — 2016-03-06
- 1.3.0 — 2014-06-08
- 1.2.0 — 2013-11-03
- 1.1.0 — 2013-07-24
- 1.0.1 — 2013-04-25
- 1.0.0 — 2013-04-21

## 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 <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.

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