Skip to content

wokalek/glyphhanger

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Docker image with glyphhanger entrypoint.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%