0.0.4 • Published 6 years ago

ember-cli-typekit-utils v0.0.4

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

ember-cli-typekit-utils

Add typekit to your application.

Installation

ember install ember-cli-typekit-utils

Usage

Configure your typekit Id in environment.js

// environment.js
ENV.typekit = {
  location: 'head', // optional
  options: {
      kitId: 'abc-123',
      async: true // optional
  }
};

Configuration Parameters

  • kitId (Default: null): The typekit kitId.
  • async (Default: false): Inject the sync script instead of the default async script.