From eb85f328da2eca6efa2a5f007d1399ee5d76f816 Mon Sep 17 00:00:00 2001 From: Moncef Belyamani Date: Thu, 2 Apr 2015 01:30:55 -0400 Subject: [PATCH] Use HTTPS for fonts --- app/views/shared/_head.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/shared/_head.html.haml b/app/views/shared/_head.html.haml index 770899eba..e25e06d01 100644 --- a/app/views/shared/_head.html.haml +++ b/app/views/shared/_head.html.haml @@ -32,8 +32,8 @@ = csrf_meta_tags -= stylesheet_link_tag 'http://fonts.googleapis.com/css?family=Libre+Baskerville:400,700' -= stylesheet_link_tag 'http://fonts.googleapis.com/css?family=Quattrocento+Sans:400,400italic,700' += stylesheet_link_tag 'https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700' += stylesheet_link_tag 'https://fonts.googleapis.com/css?family=Quattrocento+Sans:400,400italic,700' = stylesheet_link_tag 'application', media: 'all' -# Include scripts from outside of RequireJS modular system (e.g. Modernizr).