webfont-builder
v1.0.3
Published
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.
Downloads
2
Readme
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