Generate custom icon webfonts from the comfort of the command line.
Full documentation
Feedback and issues
# Requires FontForge
brew install fontforge eot-utils ttfautohint
gem install fontcustom
fontcustom compile path/to/vectors # Compile icons and css to path/to/fontcustom/*
fontcustom watch path/to/vectors # Watch for changes
Optional second parameter allows you to specify an output directory.