Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 481 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 481 Bytes

Glyphhanger Docker Image

Docker image with glyphhanger entrypoint.

Example

Convert all ttf fonts from folder ./fonts to woff2 format:

docker run -it --rm -v "./fonts:/app" wokalek/glyphhanger --subset=*.ttf --formats=woff2

Keep in mind that you should look for your fonts in the /app folder inside the container.

To see all of glyphhanger's flags, visit the repository.