Update Google Font protocol to HTTPS

This commit is contained in:
Joel Gillman 2016-07-18 11:10:45 -07:00
parent d051a1dbeb
commit a7117228aa
No known key found for this signature in database
GPG Key ID: C8A1A6BCCDA1221E
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
@import url(http://fonts.googleapis.com/css?family=Libre+Baskerville:400,700);
@import url(https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700);
body{

View File

@ -1,4 +1,4 @@
@import url(http://fonts.googleapis.com/css?family=Grand+Hotel);
@import url(https://fonts.googleapis.com/css?family=Grand+Hotel);
body{background:#f2f2f2}body h2{font-weight:normal;color:#444}
a{color: #45b29d}a:hover{color: #444;}
.navigation .nav-head{text-transform:uppercase;color:#999;margin:20px 0}.navigation .nav-head:nth-child(1n+2){border-top:1px solid #ccc;padding-top:20px}