@ustack/uskin-icons
Version:
Uskin Icon fonts
33 lines (20 loc) • 466 B
Markdown
# Uskin Icons Font
## Development
### Install
grunt-webfont requires `fontforge` and `ttfautohint`.
```sh
# for macOS
brew install ttfautohint fontforge --with-python
```
Install `grunt` and `grunt-webfont`.
```sh
npm install
```
### Build
Bundles all svg icons into fonts.
```sh
npm run build
```
## License
© 2019 The USkin Authors. All rights reserved.
This project is licensed under MIT license that can be found in the [LICENSE](LICENSE) file.