From 9860444591a1a99eda738462a21c15215f1992e3 Mon Sep 17 00:00:00 2001 From: Adrian Short Date: Thu, 14 May 2015 23:20:56 +0100 Subject: [PATCH] Remove Typekit fonts, fix #13 --- views/layout.haml | 2 -- 1 file changed, 2 deletions(-) diff --git a/views/layout.haml b/views/layout.haml index 47c70dc..09c6ee6 100644 --- a/views/layout.haml +++ b/views/layout.haml @@ -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' } - - %body #main - if flash[:notice]