fontain
v0.0.3
Published
Easy Font Management
Downloads
3
Readme
Fontain
Easy Font Management
Getting Started
With node and npm installed, install fontain with a single command.
As CLI
$ npm install -g fontain
As Node Module
$ npm install fontain
Create a font.json
file:
Advanced Options
"fonts": {
"config": {
"charset": "full",
"path": "fonts"
},
"open-sans": "*",
"lato": "all",
"roboto": ["thin", "regular", "bold"]
}
Simplest Options
"fonts": ["open-sans", "lato", "roboto"]