Browse Source

Remove Typekit fonts, fix #13

tags/last-sinatra-version
Adrian Short 9 years ago
parent
commit
9860444591
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      views/layout.haml

+ 0
- 2
views/layout.haml View File

@@ -4,8 +4,6 @@
%title= @page_title ? @page_title + " - Sutton Elections" : "Sutton Elections - Your guide to voting and election results in the London Borough of Sutton"
%link{ :rel => 'stylesheet', :type => 'text/css', :href => '/style.css' }
%link{ :rel => 'stylesheet', :type => 'text/css', :href => '/print.css', :media => 'print' }
<script type="text/javascript" src="http://use.typekit.com/wfg6cvc.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
%body
#main
- if flash[:notice]


Loading…
Cancel
Save