diff app/views/layouts/base.rhtml @ 503:5d608412b003 feature_212

Pull out font name specifications from stylesheets and serve differently to different platforms (falling back to our usual web fonts). Fixes #212
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Thu, 14 Jul 2011 10:14:03 +0100
parents 0b44fc2cdd00
children
line wrap: on
line diff
--- a/app/views/layouts/base.rhtml	Wed Jul 13 14:37:14 2011 +0100
+++ b/app/views/layouts/base.rhtml	Thu Jul 14 10:14:03 2011 +0100
@@ -8,6 +8,7 @@
 <%= csrf_meta_tag %>
 <%= favicon %>
 <%= stylesheet_link_tag 'application', :media => 'all' %>
+<%= stylesheet_platform_font_tag %>
 <%= stylesheet_link_tag 'rtl', :media => 'all' if l(:direction) == 'rtl' %>
 <%= javascript_heads %>
 <%= heads_for_theme %>