Skip to content

Commit

Permalink
- Add additional output information to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
omacranger committed Mar 1, 2019
1 parent 0c818aa commit bf8213a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,23 @@ fontawesomeSubset({

You can use any of the weights provided by FontAwesome Pro including `solid`, `regular`, `light`, or `brands`. You can mix and match and provide as many glyphs as you plan on using to trim it down.

The above example would output a directory with the following structure:
```
/sass/
/webfonts/
fa-regular-400.eot
fa-regular-400.svg
fa-regular-400.ttf
fa-regular-400.woff
fa-regular-400.woff2
fa-solid-900.eot
fa-solid-900.svg
fa-solid-900.ttf
fa-solid-900.woff
fa-solid-900.woff2
```

It is still up to you to determine which glyphs you need and to pass them to the function to generate the webfonts. I recommend optimizing your CSS files as well to get the most from the tool.

### Using with SCSS / SASS

Expand Down

0 comments on commit bf8213a

Please sign in to comment.