Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 06e9642

Browse files
author
Nick Litwin
committed
Add fonts to topcoder app
1 parent fea65aa commit 06e9642

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

app/index.jade

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ html
77
meta(http-equiv="X-UA-Compatible", content="IE=edge, chrome=1")
88
meta(name="viewport", content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no")
99
meta(name="fragment", content="!")
10+
script.
11+
(function(d) {
12+
var config = {
13+
kitId: 'gig7sjk',
14+
scriptTimeout: 3000,
15+
async: true
16+
},
17+
h=d.documentElement,t=setTimeout(function(){h.className=h.className.replace(/\bwf-loading\b/g,"")+" wf-inactive";},config.scriptTimeout),tk=d.createElement("script"),f=false,s=d.getElementsByTagName("script")[0],a;h.className+=" wf-loading";tk.src='https://use.typekit.net/'+config.kitId+'.js';tk.async=true;tk.onload=tk.onreadystatechange=function(){a=this.readyState;if(f||a&&a!="complete"&&a!="loaded")return;f=true;clearTimeout(t);try{Typekit.load(config)}catch(e){}};s.parentNode.insertBefore(tk,s)
18+
})(document);
1019

1120
include ../assets/scripts/google.analytics.jade
1221

0 commit comments

Comments
 (0)