Skip to content

Latest commit

 

History

History
76 lines (41 loc) · 773 Bytes

README.md

File metadata and controls

76 lines (41 loc) · 773 Bytes

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

Include the binary in your build script:

{
  ...
  "scripts": {
    "start": "webfont-builder",
    ...
  },
  ...
}

Build the font:

npm start

Built With

  • JavaScript

License

MIT


Acknowledgments


Deployment

Install dependencies:

npm install

Publish to npm:

npm publish