Skip to content

Commit

Permalink
fixing fonts, again.
Browse files Browse the repository at this point in the history
  • Loading branch information
karledurante committed Nov 21, 2012
1 parent 4150f3c commit 5655b31
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions app/views/layouts/mini_goal.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@
<head>
<title>Goal</title>

<script type="text/javascript">
<script type="text/javascript" src="http://use.typekit.net/wtk3tfu.js"> </script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
</script>
<script type="text/javascript" src="http://use.typekit.net/wtk3tfu.js"> </script>
<script type="text/javascript">try{Typekit.load();}catch(e){};</script>

<%= stylesheet_link_tag "application", :media => "all" %>
<%= csrf_meta_tags %>
Expand Down

0 comments on commit 5655b31

Please sign in to comment.