fixed topright sprite and fixed typekits for develop
This commit is contained in:
parent
6af8a13c6f
commit
c6195956ca
2 changed files with 9 additions and 3 deletions
Binary file not shown.
Before Width: | Height: | Size: 7.2 KiB After Width: | Height: | Size: 7.2 KiB |
|
@ -14,9 +14,15 @@
|
|||
|
||||
<%= stylesheet_link_tag "application", :media => "all" %>
|
||||
<%= javascript_include_tag "application" %>
|
||||
<script type="text/javascript" src="//use.typekit.net/tki2nyo.js"></script>
|
||||
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
|
||||
<script type="text/javascript" src="//use.typekit.net/obp7wss.js"></script>
|
||||
|
||||
<% if Rails.env.production? %>
|
||||
<!-- 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>
|
||||
<% end %>
|
||||
<!-- to initialize all typekits -->
|
||||
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
|
||||
|
||||
<!-- app code -->
|
||||
|
|
Loading…
Reference in a new issue