Skip to content
This repository has been archived by the owner on Sep 3, 2019. It is now read-only.

codeclou-archive/docker-fontcustom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-fontcustom

‼️ Deprecated and Discontinued ‼️

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published