Skip to content

A docker image that has Glyphhanger preinstalled.

License

Notifications You must be signed in to change notification settings

talentplatforms/glyphhanger

 
 

Repository files navigation

Glyphhanger Docker Image

A docker image that has Glyphhanger preinstalled. It can be used to easily subset webfonts, so that they only contain the glyphs required. Only supports JSDOM mode!

Usage

You can run the container directly with docker. The files to process should be mounted to the /app folder within the container:

docker run --rm -v "/dist:/app" talentplatforms/glyphhanger index.html --jsdom --subset=*.woff

For all available options please refer to the Glyphhanger Documentation.

Windows

On docker for windows you need to provide an absolute url for the path to mount:

docker run --rm -v "D:\dist:/app" raeffs/glyphhanger index.html --jsdom --subset=*.woff

Attributions

Icon made by Freepik from www.flaticon.com

About

A docker image that has Glyphhanger preinstalled.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 96.5%
  • JavaScript 3.5%