From a7117228aab3f1ae64f26a41f5fbcedbaa315a78 Mon Sep 17 00:00:00 2001 From: Joel Gillman Date: Mon, 18 Jul 2016 11:10:45 -0700 Subject: [PATCH] Update Google Font protocol to HTTPS --- cps/static/css/colors.css | 2 +- cps/static/css/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cps/static/css/colors.css b/cps/static/css/colors.css index dcc18008..6912a7f8 100644 --- a/cps/static/css/colors.css +++ b/cps/static/css/colors.css @@ -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{ diff --git a/cps/static/css/style.css b/cps/static/css/style.css index a884f5de..17170cbc 100644 --- a/cps/static/css/style.css +++ b/cps/static/css/style.css @@ -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}