load Typekit without js

* so no cookies are set by Adobe
This commit is contained in:
Matthias Kretschmann 2018-05-23 16:36:56 +02:00
parent 687c3a9b74
commit 565c993704
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 1 additions and 5 deletions

View File

@ -23,11 +23,7 @@
<% DEBUG && print('window.CREDENTIALS = \'' + CREDENTIALS + '\''); %>
</script>
<!-- Typekit gibson font -->
<script src="https://use.typekit.net/gma2yhj.js"></script>
<script>
try {Typekit.load({ async: true });}
catch(e){}
</script>
<link rel="stylesheet" href="https://use.typekit.net/gma2yhj.css">
</head>
<body>
<div id="main"></div>