Sha256: de6e99a300f2a364c78e6d6314934259dde65e2526998e5cd438f1acffa72b9f

Contents?: true

Size: 1.5 KB

Versions: 1

Compression:

Stored size: 1.5 KB

Contents

# FontCustom v0.1.4

**(v1.0.0 is currently in pre-release until docs are updated. Install the latest with `gem install fontcustom --pre`)**

**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

1 entries across 1 versions & 1 rubygems

Version Path
fontcustom-1.0.0.pre2 README.md