Skip to content

Commit

Permalink
Move Typekit's code to the bottom of <head>
Browse files Browse the repository at this point in the history
  • Loading branch information
arielsalminen committed Apr 21, 2013
1 parent d4bd62d commit 5cd33a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
<meta name="apple-mobile-web-app-title" content="MQtest.io">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="img/icon.png">
<link rel="stylesheet" href="css/styles.css?v=2">
<script src="//use.typekit.net/rjj7zhh.js"></script>
<script>try{Typekit.load();}catch(e){}</script>
<script src="js/scripts.js?v=2"></script>
<script>
var device_ratio = screen.width + '/' + screen.height;
Expand All @@ -22,6 +20,8 @@
}
document.write('</style>');
</script>
<script src="//use.typekit.net/rjj7zhh.js"></script>
<script>try{Typekit.load();}catch(e){}</script>
</head>
<body>
<div class="wrapper">
Expand Down

0 comments on commit 5cd33a5

Please sign in to comment.