Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 646 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 646 Bytes

FontCustom v0.1.3

Generate custom icon webfonts from the comfort of the command line.

Full documentation
Feedback and issues

Installation

# Requires FontForge
brew install fontforge eot-utils ttfautohint
gem install fontcustom

Usage

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.

Need help?

fontcustom --help