diff web/main.css @ 77:6830c5dba61d

Use HTTPS to load the Google Fonts stylesheet.
author John "Elwin" Edwards
date Fri, 30 Dec 2016 15:28:00 -0500
parents 0037de90af8b
children b396f3c8e7bc
line wrap: on
line diff
--- a/web/main.css	Fri Dec 30 12:48:58 2016 -0500
+++ b/web/main.css	Fri Dec 30 15:28:00 2016 -0500
@@ -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;