fontozzi

0.1.2 • Public • Published

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

Package Sidebar

Install

npm i fontozzi

Weekly Downloads

0

Version

0.1.2

License

MIT

Last publish

Collaborators

  • basharov