Skip to content

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.

License

Notifications You must be signed in to change notification settings

jesusgraterol/webfont-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published