templates/header.html.mustache in bookingit-0.1.0 vs templates/header.html.mustache in bookingit-0.2.0
- old
+ new
@@ -3,9 +3,15 @@
<head>
{{> stylesheets.html }}
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<meta charset="utf-8">
<title>{{config.title}}: {{config.subtitle}}</title>
+ {{#config}}
+ {{#typekit}}
+ <script type="text/javascript" src="//use.typekit.net/{{id}}.js"></script>
+ <script type="text/javascript">try{Typekit.load();}catch(e){}</script>
+ {{/typekit}}
+ {{/config}}
{{> syntax_highlighting.html }}
</head>
<body>
<h1><a href="index.html">{{config.title}}</a></h1>
{{#config}}