Merge pull request #38 from jgillman/update-google-font-protocol

Update Google Font protocol to HTTPS
This commit is contained in:
cervinko 2016-08-07 14:05:38 +02:00 committed by GitHub
commit f02ea3b880
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}