ttf -> woff2 and woff2 -> ttf conversion tool
304
Dockerized ttf -> woff2 and woff2 -> ttf conversion tool. The tool uses https://github.com/google/woff2 compressor
For run you need execute next commands in catalog with files:
docker run -v $PWD:/compile -w /compile vanekt/ttf2woff2 compress filename.ttf
docker run -v $PWD:/compile -w /compile vanekt/ttf2woff2 decompress filename.woff2
Content type
Image
Digest
Size
57.2 MB
Last updated
about 8 years ago
docker pull vanekt/ttf2woff2