Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/soimort/sfntwari
- Owner: soimort
- License: apache-2.0
- Created: 2015-06-14T01:39:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-01T01:20:14.000Z (almost 9 years ago)
- Last Synced: 2024-10-31T02:41:52.332Z (2 months ago)
- Language: Java
- Homepage:
- Size: 45.3 MB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: COPYING
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
```