From d9e058254c8267e4ab3d5dcc6c269b0565872a7c Mon Sep 17 00:00:00 2001 From: ErickSkrauch Date: Fri, 22 Feb 2019 23:13:34 +0300 Subject: [PATCH] Use https fonts --- source/_static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_static/style.css b/source/_static/style.css index 43bf85a..254984e 100644 --- a/source/_static/style.css +++ b/source/_static/style.css @@ -1,4 +1,4 @@ -@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed&subset=cyrillic,latin); +@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed&subset=cyrillic,latin); body { background: #ebe8e1!important;