1.0.2 • Published 7 years ago

ember-cli-fontana v1.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

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'
    },
    ...