From 75b8b19f17a8307baba28ca13767d89ca6730892 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Fri, 30 May 2014 17:03:46 -0700 Subject: [PATCH] Load fonts over HTTPS --- static/debug.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/debug.css b/static/debug.css index 691d3e9..a2b005b 100644 --- a/static/debug.css +++ b/static/debug.css @@ -1,4 +1,4 @@ -@import url(http://fonts.googleapis.com/css?family=Roboto:300,400|Source+Code+Pro); +@import url(https://fonts.googleapis.com/css?family=Roboto:300,400|Source+Code+Pro); body { overflow: hidden;