Skip to content

Commit

Permalink
Revert "Use SSL for typekit to avoid mixed-content warnings."
Browse files Browse the repository at this point in the history
Typekit makes you pay for SSLso we'll have to live with mixed-content warnings
for now.

This reverts commit fa6b1af.
  • Loading branch information
jacobian committed Sep 9, 2011
1 parent ffdda0a commit fc9a700
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ux.dp.com/index.html
@@ -1,7 +1,7 @@
<html>
<head>
<title>Django User Experience Team</title>
<script type="text/javascript" src="https://use.typekit.com/mws7jht.js"></script>
<script type="text/javascript" src="http://use.typekit.com/mws7jht.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<link rel="stylesheet" href="normalize.css">
<link rel="stylesheet" href="base.css">
Expand All @@ -18,4 +18,4 @@ <h2 id="title">Django User Experience Team</h2>
<p><a id="mailinglist" href="https://groups.google.com/forum/#!forum/django-ux">Join the mailing list.</a></p>
</section>
</body>
</html>
</html>

0 comments on commit fc9a700

Please sign in to comment.