WebFont Builder
The webfont-builder
package is a simple script which purpose is to help build Web Fonts so they can be easily self-hosted in production-grade applications.
Getting Started
- Install
webfont-builder
in the font package:
$ npm install -D webfont-builder
- Invoke the builder:
$ webfont-builder
Built With
- JavaScript
License
Acknowledgments
Deployment
Install dependencies:
$ npm install
Publish to
npm
:$ npm publish