UNPKG

ember-cli-typekit

Version:

Simple addon that injects typekit into index.html

12 lines (10 loc) 164 B
'use strict'; module.exports = function() { return { typekit: { sync: false, kitId: 'xxxxxx', timeout: 3000, } }; };