From ebcfcfb79b51bda7f55a12a611f0019ca0962f0c Mon Sep 17 00:00:00 2001 From: Franklin Yu Date: Thu, 17 Jan 2019 09:46:43 -0500 Subject: [PATCH] Use HTTPS in style.css --- css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index e9aa3e4..90bd696 100644 --- a/css/style.css +++ b/css/style.css @@ -1,4 +1,4 @@ -@import url(http://fonts.googleapis.com/css?family=Ubuntu); +@import url(https://fonts.googleapis.com/css?family=Ubuntu); body { font-family:Ubuntu, Helvetica, Arial, sans-serif; padding-top:60px; @@ -208,4 +208,4 @@ padding:0; .contributor-list li { display:inline-block; padding:5px; -} \ No newline at end of file +}