Load fonts over https

This commit is contained in:
Ariejan de Vroom 2013-05-22 12:32:07 +02:00
parent a8b6260e67
commit f1bc4bb212

View File

@ -20,7 +20,7 @@
%link{:rel => "alternate", :type => "application/rss+xml", :title => "RSS", :href => "http://ariejan.net/rss.xml"} %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 => "/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] /[if lt IE 9]
<link rel="stylesheet" href="/css/ie.css" type="text/css" /> <link rel="stylesheet" href="/css/ie.css" type="text/css" />