Sha256: 497a008df627436327925767ed14de8560f6066c9d20f060cb1d8e731b37a0c8
Contents?: true
Size: 1.38 KB
Versions: 2
Compression:
Stored size: 1.38 KB
Contents
# FontCustom v1.0.1 **Generate custom icon webfonts from the comfort of the command line.** [Full documentation](http://fontcustom.com)<br/> [Changelog](https://github.com/FontCustom/fontcustom/blob/master/CHANGELOG.md)<br/> [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)<br/> [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)
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fontcustom-1.1.0.pre2 | README.md |
fontcustom-1.1.0.pre | README.md |