Easy Font Management
With node and npm installed, install fontain with a single command.
$ npm install -g fontain
$ 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"]