소스 검색

Remove Typekit fonts, fix #13

tags/last-sinatra-version
Adrian Short 11 년 전
부모
커밋
9860444591
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. +0
    -2
      views/layout.haml

+ 0
- 2
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' }
<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]


불러오는 중...
취소
저장