From e1c06f1cf7b847d18634eacfd6fa9e1366047149 Mon Sep 17 00:00:00 2001 From: CaptainArk Date: Mon, 14 Mar 2016 21:57:46 +0100 Subject: [PATCH] fetch font over https to prevent mixed-content messages --- css/mystartpage.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/mystartpage.css b/css/mystartpage.css index 8a6d29c..61360df 100644 --- a/css/mystartpage.css +++ b/css/mystartpage.css @@ -1,4 +1,4 @@ -@import url(http://fonts.googleapis.com/css?family=Roboto:400,200); +@import url(https://fonts.googleapis.com/css?family=Roboto:400,200); * { margin: 0; padding: 0; }