Skip to content

Commit

Permalink
Fixes webfont loading over HTTPS (in addition to supporting HTTP)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Witt committed Dec 23, 2014
1 parent e6d85a2 commit aff6f9b
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,7 +7,7 @@
<title>Spread: The Golden Grid System with Compass</title>
<meta content="width=device-width, initial-scale=1" name="viewport">
<link href="stylesheets/screen.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Raleway:400,600,800' rel=
<link href='https://fonts.googleapis.com/css?family=Raleway:400,600,800' rel=
'stylesheet' type='text/css'>
<link rel="icon" type="image/png" href="images/favicon.png">
<script src="GGS.js"></script>
Expand Down Expand Up @@ -225,4 +225,4 @@ <h2 class="center">For Jellyvision Lab & ALEX</h2>
</div>
<!-- Dedicated to Andy Hass and Evan Jacover, for giving me the greatest job I'll ever have. -->
</body>
</html>
</html>

0 comments on commit aff6f9b

Please sign in to comment.