An Ember addon (v2.16.2) that lazily adds Google Fonts to an Ember application by injecting font declarations into the `content-for: head` hook, avoiding inclusion in CSS files. Supports Ember projects targeting Node 4.5+, 6.*, or 7.*. Follows Ember 2.x versioning. Differentiators: minimal configuration via environment.js, automatic Content Security Policy updates, and lazy loading without blocking render.
Verified import paths — ran on the pinned version, not inferred.
Configuration is an array of strings, not a single string. Each font family with optional weights/styles.
Missing 'self' and style-src can break CSP. Must include both font-src and style-src with correct origins.
Use ember install to ensure blueprint runs. Manual npm install may miss addon registration.
Installs the addon and configures Google Fonts with Content Security Policy in an Ember project.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.