UNPKG
ember-cli-typekit
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
Simple addon that injects typekit into index.html
github.com/sportly/ember-cli-typekit
ember-cli-typekit
/
config
/
environment.js
12 lines
(10 loc)
•
164 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
'use strict'
;
module
.
exports
=
function
(
) {
return
{
typekit
: {
sync
:
false
,
kitId
:
'xxxxxx'
,
timeout
:
3000
, } }; };