webfont-builder
v1.0.6
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
3
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 the package:
npm i -D webfont-builderInclude the binary in your build script:
{
...
"scripts": {
"build": "webfont-builder",
...
},
...
}Build the font:
npm run buildBuilt With
- JavaScript
