1
0
mirror of https://github.com/ascribe/onion.git synced 2024-12-22 01:13:14 +01:00

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

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>