ember-cli-fontana

1.0.2 • Public • Published

EmberCLI Fontana addon

This is an integration piece between fontana project for yours ember project.

To set the addon add a key fontana to ember-cli-build.js file.

var app = new EmberApp(defaults, {
    ...

    fontana: {
        // Path to font definition JSON file
        fontConfig: 'config/font-definition.json',
        // Folder with svg icons.
        glyphsPath: 'icons',
        // Output folder, there will be added fonts generated by fontana
        outputPath: 'public/assets/font'
    },
    ...

Readme

Keywords

Package Sidebar

Install

npm i ember-cli-fontana

Weekly Downloads

2

Version

1.0.2

License

MIT

Last publish

Collaborators

  • machaj