Skip to content

Tymek/woff2-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

scrlk/woff2

https://hub.docker.com/repository/docker/scrlk/woff2

Dockerized google/woff2 font converter

Precompiled

  • woff2_compress
  • woff2_decompress
  • woff2_info

installed in /usr/bin/.


As a bonus I included wget, zip and a script for generating variable fonts from Google Fonts. Source in /usr/bin/ggfont. No warranty for this part! Example use case:

sudo docker run -it -v ${PWD}:/srv -w /srv scrlk/woff2 sh -c "ggfont \"Roboto Slab\""
sudo docker run -it -v ${PWD}:/srv -w /srv scrlk/woff2 sh -c "ggfont Spartan"