ember-google-fonts

1.0.1 • Public • Published

ember-google-fonts

Automatically import Google Fonts into your Ember application.

This addon will add a <link> tag to the content-for "head-footer" target in your app's index.html file.

Compatibility

  • Ember.js v3.4 or above
  • Ember CLI v2.13 or above
  • Node.js v8 or above

Installation

ember install ember-google-fonts

Usage

// config/environment.js
 
module.exports = function(environment) {
  let ENV = {
    /* your config */
 
    googleFonts: [
      'Merriweather:400,700,900',
      'Roboto'
    ]
  };
  return ENV;
}

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.

Readme

Keywords

Package Sidebar

Install

npm i ember-google-fonts

Weekly Downloads

3

Version

1.0.1

License

MIT

Unpacked Size

4.33 kB

Total Files

5

Last publish

Collaborators

  • charlesfries