Sign inSign up

vanekt/ttf2woff2

By vanekt

Updated about 8 years ago

ttf -> woff2 and woff2 -> ttf conversion tool

Image
0

304

vanekt/ttf2woff2 repository overview

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:

ttf -> woff2:

docker run -v $PWD:/compile -w /compile vanekt/ttf2woff2 compress filename.ttf

woff2 -> ttf:

docker run -v $PWD:/compile -w /compile vanekt/ttf2woff2 decompress filename.woff2

Tag summary

Content type

Image

Digest

Size

57.2 MB

Last updated

about 8 years ago

docker pull vanekt/ttf2woff2