Use HTTPS to load the Google Fonts stylesheet.

This commit is contained in:
John "Elwin" Edwards 2016-12-30 15:28:00 -05:00
parent 9ba9d5c90e
commit 951da3c3e5

View file

@ -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;