Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 601 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 601 Bytes

FontCustom v0.1.1

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.