0.1.2 • Published 9 years ago

fontozzi v0.1.2

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

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"
        }
    ]
}
0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.99

9 years ago

0.0.98

9 years ago

0.0.97

9 years ago

0.0.96

9 years ago