Skip to content

Commit 2ab73db

Browse files
authored
Adds --output to the docs
Port of this PR: filamentgroup#64
1 parent d980bd5 commit 2ab73db

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,15 @@ Writing CSS file: LatoLatin-Regular.css
144144
}
145145
```
146146

147+
#### Specify output directory for any files created with `--output`
148+
149+
```sh
150+
> glyphhanger --subset=*.ttf --output=some/other/path
151+
152+
Subsetting LatoLatin-Regular.ttf to LatoLatin-Regular-subset.woff (was 145.06 KB, now 2.88 KB)
153+
Subsetting LatoLatin-Regular.ttf to LatoLatin-Regular-subset.woff2 (was 145.06 KB, now 2.24 KB)
154+
```
155+
147156
### Whitelist Characters
148157

149158
```sh

0 commit comments

Comments
 (0)