removed extraneous typekit codes
This commit is contained in:
parent
acfd55a258
commit
c35174a99e
1 changed files with 2 additions and 8 deletions
|
@ -15,14 +15,8 @@
|
||||||
<%= stylesheet_link_tag "application", :media => "all" %>
|
<%= stylesheet_link_tag "application", :media => "all" %>
|
||||||
<%= javascript_include_tag "application" %>
|
<%= javascript_include_tag "application" %>
|
||||||
|
|
||||||
<% if Rails.env.production? %>
|
<!-- typekit for vinyl font -->
|
||||||
<!-- for metamaps.herokuapp.com and metamaps.cc -->
|
|
||||||
<script type="text/javascript" src="//use.typekit.net/obp7wss.js"></script>
|
|
||||||
<% elsif Rails.env.development? %>
|
|
||||||
<!-- for localhost development -->
|
|
||||||
<script type="text/javascript" src="//use.typekit.net/tki2nyo.js"></script>
|
<script type="text/javascript" src="//use.typekit.net/tki2nyo.js"></script>
|
||||||
<% end %>
|
|
||||||
<!-- to initialize all typekits -->
|
|
||||||
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
|
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
|
||||||
|
|
||||||
<!-- app code -->
|
<!-- app code -->
|
||||||
|
|
Loading…
Reference in a new issue