Docker Image to work with fontcustom
1.1K
Docker-Image to work with fontcustom
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/*.
Content type
Image
Digest
Size
188.2 MB
Last updated
over 9 years ago
docker pull codeclou/docker-fontcustom