Skip to content

Commit

Permalink
change typekit accont to Rumble Labs
Browse files Browse the repository at this point in the history
  • Loading branch information
Will McNeilly committed Sep 28, 2011
1 parent 4c6e10d commit 3271cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Expand Up @@ -5,7 +5,7 @@
<title>Squish - Couchbase URL Shortening Application</title> <title>Squish - Couchbase URL Shortening Application</title>
<%= stylesheet_link_tag "application" %> <%= stylesheet_link_tag "application" %>
<%= javascript_include_tag "application" %> <%= javascript_include_tag "application" %>
<script type="text/javascript" src="http://use.typekit.com/zkk7mne.js"></script> <script type="text/javascript" src="http://use.typekit.com/dwa2mvc.js"></script>;
<script type="text/javascript">try{Typekit.load();}catch(e){}</script> <script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<%= csrf_meta_tags %> <%= csrf_meta_tags %>
</head> </head>
Expand Down

0 comments on commit 3271cc7

Please sign in to comment.