Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/soimort/sfntwari

Strip TrueType fonts and convert to WOFF for use in web pages
https://github.com/soimort/sfntwari

Last synced: 21 days ago
JSON representation

Strip TrueType fonts and convert to WOFF for use in web pages

Awesome Lists containing this project

README

        

# sfntwari

Use [sfntly](https://github.com/googlei18n/sfntly) to strip TrueType Fonts (TTF) and convert them to Web Open Fonts (WOFF) for use on web pages.

Build sfntly:

```
$ ant
```

Example:

```
$ echo ABCDEFG | ./sfntwari Source.ttf Target.woff
```