# FontCustom v1.0.1
**Generate custom icon webfonts from the comfort of the command line.**
[Full documentation](http://fontcustom.com)
[Changelog](https://github.com/FontCustom/fontcustom/blob/master/CHANGELOG.md)
[Feedback and issues](https://github.com/FontCustom/fontcustom/issues)
## Installation
```sh
# Requires FontForge
brew install fontforge eot-utils ttfautohint
gem install fontcustom
```
## Quick Start
```sh
fontcustom compile path/to/vectors # Compiles into `fontcustom`
fontcustom compile path/to/vectors -o assets/fonts # Compiles into `assets/fonts`
fontcustom watch path/to/vectors -t=scss preview # Compiles when vectors are changed/added/deleted
# and includes a scss partial and glyph preview
fontcustom help # to see all options
```
## Config
To avoid finger-fatigue, include a fontcustom.yml configuration file with your vectors:
```sh
fontcustom config path/to/vectors # Creates annotated config file
vim path/to/vectors/fontcustom.yml # Edit your fontcustom options
```
---
[Contributor Guidelines](https://github.com/FontCustom/fontcustom/blob/master/CONTRIBUTING.md)
[Licenses](https://github.com/FontCustom/fontcustom/blob/master/LICENSES.txt)
Brought to you by [@endtwist](https://github.com/endtwist) and [@ezYZ](https://github.com/ezYZ)