Skip to content

Commit

Permalink
Merge pull request #9 from nhoizey/patch-1
Browse files Browse the repository at this point in the history
Adds `--output` to the docs
  • Loading branch information
zachleat authored Dec 13, 2021
2 parents d980bd5 + 2ab73db commit ef6485b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,15 @@ Writing CSS file: LatoLatin-Regular.css
}
```

#### Specify output directory for any files created with `--output`

```sh
> glyphhanger --subset=*.ttf --output=some/other/path

Subsetting LatoLatin-Regular.ttf to LatoLatin-Regular-subset.woff (was 145.06 KB, now 2.88 KB)
Subsetting LatoLatin-Regular.ttf to LatoLatin-Regular-subset.woff2 (was 145.06 KB, now 2.24 KB)
```

### Whitelist Characters

```sh
Expand Down

0 comments on commit ef6485b

Please sign in to comment.