changeset 77:6830c5dba61d

Use HTTPS to load the Google Fonts stylesheet.
author John "Elwin" Edwards
date Fri, 30 Dec 2016 15:28:00 -0500
parents c99fac2b0dc7
children be4c54a9e51d
files web/main.css
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;