From 951da3c3e5be81530b512bdf39fa9c17f3f85874 Mon Sep 17 00:00:00 2001 From: "John \"Elwin\" Edwards" Date: Fri, 30 Dec 2016 15:28:00 -0500 Subject: [PATCH] Use HTTPS to load the Google Fonts stylesheet. --- web/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/main.css b/web/main.css index b1e1592..a59d817 100644 --- a/web/main.css +++ b/web/main.css @@ -1,4 +1,4 @@ -@import url("http://fonts.googleapis.com/css?family=Inconsolata"); +@import url("https://fonts.googleapis.com/css?family=Inconsolata"); html { background-color: #C0FFC0;