From 54748bfe2fbac0e55809521173f3fd2400fccaa7 Mon Sep 17 00:00:00 2001 From: barisusakli Date: Thu, 3 Nov 2016 13:24:42 +0300 Subject: [PATCH] use https --- less/style.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/style.less b/less/style.less index f7be886..33baebb 100644 --- a/less/style.less +++ b/less/style.less @@ -1,4 +1,4 @@ -@import url(//fonts.googleapis.com/css?family=Roboto:300,400,500,700); +@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700); html { overflow-y: scroll;