From f1bc4bb2121c6acbae26e69208d63377ebd1862a Mon Sep 17 00:00:00 2001 From: Ariejan de Vroom Date: Wed, 22 May 2013 12:32:07 +0200 Subject: [PATCH] Load fonts over https --- layouts/default.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/default.haml b/layouts/default.haml index e57062d..f35e044 100644 --- a/layouts/default.haml +++ b/layouts/default.haml @@ -20,7 +20,7 @@ %link{:rel => "alternate", :type => "application/rss+xml", :title => "RSS", :href => "http://ariejan.net/rss.xml"} %link{:href => "/css/style.css", :media => "screen", :rel => "stylesheet", :type => "text/css"} - %link{:href => "http://fonts.googleapis.com/css?family=Open+Sans:400,600,800,400italic", :rel => "stylesheet", :type => "text/css"} + %link{:href => "https://fonts.googleapis.com/css?family=Open+Sans:400,600,800,400italic", :rel => "stylesheet", :type => "text/css"} /[if lt IE 9]