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:
parent
687c3a9b74
commit
565c993704
@ -23,11 +23,7 @@
|
|||||||
<% DEBUG && print('window.CREDENTIALS = \'' + CREDENTIALS + '\''); %>
|
<% DEBUG && print('window.CREDENTIALS = \'' + CREDENTIALS + '\''); %>
|
||||||
</script>
|
</script>
|
||||||
<!-- Typekit gibson font -->
|
<!-- Typekit gibson font -->
|
||||||
<script src="https://use.typekit.net/gma2yhj.js"></script>
|
<link rel="stylesheet" href="https://use.typekit.net/gma2yhj.css">
|
||||||
<script>
|
|
||||||
try {Typekit.load({ async: true });}
|
|
||||||
catch(e){}
|
|
||||||
</script>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="main"></div>
|
<div id="main"></div>
|
||||||
|
Loading…
Reference in New Issue
Block a user