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 { 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.