fontozzi
v0.1.2
Published
Better web fonts managemnet for developers
Downloads
9
Maintainers
Readme
fontozzi - An easy way to use Google Fonts in your app
Installation
$ npm install -g fontozzi
Example fontozzi.json
configuration
{
"folder": "app/fonts",
"stylesheet": {
"engine": "css",
"path": "app/stylesheets",
"file": "fonts.css",
"url": "/static/fonts"
},
"fonts": [
{
"id": "abel",
"weights": "all"
},
{
"id": "open-sans",
"weights": "all"
}
]
}