Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karlprieb/woff2-homebrew
Google woff2 script for homebrew
https://github.com/karlprieb/woff2-homebrew
Last synced: 2 days ago
JSON representation
Google woff2 script for homebrew
- Host: GitHub
- URL: https://github.com/karlprieb/woff2-homebrew
- Owner: karlprieb
- License: gpl-2.0
- Created: 2015-06-28T22:15:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-28T22:57:05.000Z (over 9 years ago)
- Last Synced: 2024-12-18T00:44:48.842Z (7 days ago)
- Language: Ruby
- Size: 238 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is a README for Google woff2 font compression for Homebrew.
woff2/brotli/ contains reference code for the Brotli byte-level compression
algorithm. Note that it is licensed under an Apache 2 license.woff2/src/ contains the C++ code for compressing and decompressing fonts.
## Run
Ensure the binaries from the build process are in your $PATH, then:
```
woff2_compress myfont.ttf
woff2_decompress myfont.woff2
```# References
http://www.w3.org/TR/WOFF2/
http://www.w3.org/Submission/MTX/Also please refer to documents (currently Google Docs):
WOFF Ultra Condensed file format: proposals and discussion of wire format
issues (PDF is in docs/ directory)WIFF Ultra Condensed: more discussion of results and compression techniques.
This tool was used to prepare the data in that document.