diff options
author | 2022-09-28 11:14:13 +0200 | |
---|---|---|
committer | 2022-09-28 11:14:13 +0200 | |
commit | 38adf26481a1db2a5b2afa185b92d938744466c2 (patch) | |
tree | 0783f032865ffc3aa8af384389ccb1c9ccccc83c /README.md | |
parent | a43acb00bc0bec0a16885046bf16f3facb99d2e2 (diff) | |
parent | 86b5d609c5213baec0b3e84a1777cca6f50cc928 (diff) | |
download | sfnt2woff-zopfli-master.tar.gz sfnt2woff-zopfli-master.tar.bz2 sfnt2woff-zopfli-master.tar.lz sfnt2woff-zopfli-master.zip |
Use web archive
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -35,8 +35,8 @@ This will compile two utilities `sfnt2woff-zopfli` to convert OpenType files to ## Licensing -The WOFF portion of the code is taken from [sfnt2woff](https://people.mozilla.org/~jkew/woff/), which is licensed under the MPL/GPL/LGPL. The [Zopfli implementation](https://code.google.com/p/zopfli/) is licensed under the Apache License. My modifications to `woff.c` are also licensed under the MPL/GPL/LGPL. +The WOFF portion of the code is taken from [sfnt2woff](https://web.archive.org/web/20170630235618/https://people-mozilla.org/~jkew/woff/), which is licensed under the MPL/GPL/LGPL. The [Zopfli implementation](https://code.google.com/p/zopfli/) is licensed under the Apache License. My modifications to `woff.c` are also licensed under the MPL/GPL/LGPL. ## Alternative -You can also use the [ttf2woff tool](http://wizard.ae.krakow.pl/~jb/ttf2woff/), which also converts OpenType files to WOFF using Zopfli, but is exclusively licensed under the GPL. However it doesn't have a command line option for the number of Zopfli iterations and thus can't create files as small as sfnt2woff-zopfli. +You can also use the [ttf2woff tool](https://torinak.com/~jb/ttf2woff/), which also converts OpenType files to WOFF using Zopfli, but is exclusively licensed under the GPL. However it doesn't have a command line option for the number of Zopfli iterations and thus can't create files as small as sfnt2woff-zopfli. |