Skip to content

FontAwesome Font Builder based on fontawesome-actions

License

Notifications You must be signed in to change notification settings

fntc/fontbuilder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

About

Build a docker container with ready-to-run fontawesome-actions stack. Create your own font using command line docker container!

What it contains

The Project builds a docker container with https://github.com/fontforge/fontforge built with python support. Using command line you can run https://github.com/nyon/fontawesome-actions inside the container or mount a volume with a custom version of fontawesome-actions using

How to use

Build fontawesome fonts yourself:

docker run fntc/fontbuilder

Use fontawesome pro

docker run -v /home/user/fontawesome-pro:/fa-actions/fontawesome fntc/fontbuilder

Build your own font using your own script

docker run -v /home/user/src:/fa-actions/myfont fntc/fontbuilder /fa-actions/myfont/main.py

Build your own font using your own script, based on fontawesome pro

docker run -v /home/user/src:/fa-actions/myfont -v /home/user/fontawesome-pro:/fa-actions/fontawesome fntc/fontbuilder /fa-actions/src/myfont.py

About

FontAwesome Font Builder based on fontawesome-actions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published