From f38366fba828cb8239a3670e98355584f560e46d Mon Sep 17 00:00:00 2001 From: Sanjay Joshi Date: Fri, 2 Sep 2016 00:18:24 -0400 Subject: [PATCH] Updated import url to live under an SSL context --- src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style.css b/src/style.css index 09c3de3..90fd759 100644 --- a/src/style.css +++ b/src/style.css @@ -1,4 +1,4 @@ -@import url(http://fonts.googleapis.com/css?family=Open+Sans); +@import url(https://fonts.googleapis.com/css?family=Open+Sans); .line-plot { position: relative;