Sign inSign up

codeclou/docker-fontcustom

By codeclou

•Updated over 9 years ago

Docker Image to work with fontcustom

Image
0

1.1K

codeclou/docker-fontcustom repository overview

⁠docker-fontcustom

Docker-Image to work with fontcustom⁠


 

⁠Prerequisites

 

⁠Usage

If your svgs reside inside test-fonts/*.svg you can create an icon font with:

docker run \
    -i -t \
    --volume $(pwd)/test-fonts:/rubyapp/fonts/ \
    codeclou/docker-fontcustom:latest \
    fontcustom config
    
docker run \
    -i -t \
    --volume $(pwd)/test-fonts:/rubyapp/fonts/ \
    codeclou/docker-fontcustom:latest \
    fontcustom compile

Your font will be generated in test-fonts/icons/*.


 

⁠License, Liability & Support
  • Dockerfile and Image is provided under MIT License⁠
  • FontForge is available as a whole under the terms of the GNU GPL⁠

Tag summary

Content type

Image

Digest

Size

188.2 MB

Last updated

over 9 years ago

docker pull codeclou/docker-fontcustom