1
0
mirror of https://github.com/danbee/cv synced 2025-03-04 08:59:12 +00:00

Fix typekit for HTTPS.

This commit is contained in:
Dan Barber 2015-02-15 13:51:25 +00:00
parent 4b1e254cf1
commit c233a8b8cd

View File

@ -15,7 +15,7 @@
<!-- JavaScript at bottom except for Modernizr and Typekit -->
<script src="js/libs/modernizr-1.7.min.js"></script>
<!-- Typekit -->
<script src="http://use.typekit.com/ewi2mjz.js" type="text/javascript"></script>
<script src="//use.typekit.com/ewi2mjz.js" type="text/javascript"></script>
<script>try{Typekit.load();}catch(e){}</script>
<link href="favicon.png" rel="shortcut icon"></link>
<!-- http://t.co/y1jPVnT -->