Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.
/ glyphhanger Public archive

A docker image that has Glyphhanger preinstalled.

License

Notifications You must be signed in to change notification settings

raeffs/glyphhanger

Repository files navigation

Glyphhanger Docker Image

A docker image that hasGlyphhangerpreinstalled. 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/appfolder within the container:

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

For all available options please refer to theGlyphhanger 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 byFreepikfromflaticon

About

A docker image that has Glyphhanger preinstalled.

Topics

Resources

License

Stars

Watchers

Forks