From 658a1440a53ac44af9aa1570cd8adf775eef4823 Mon Sep 17 00:00:00 2001 From: oweissbarth Date: Tue, 11 Mar 2014 13:24:44 +0100 Subject: Now getting google webfonts via https. Hopefully fixed image link. --- www/static/register.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/static/register.css') diff --git a/www/static/register.css b/www/static/register.css index 76f07ac..de6903b 100644 --- a/www/static/register.css +++ b/www/static/register.css @@ -1,4 +1,4 @@ -@import url(http://fonts.googleapis.com/css?family=Alegreya+Sans+SC:300); +@import url(https://fonts.googleapis.com/css?family=Alegreya+Sans+SC:300); /********************************************************* Register-Form **********************************************************/ -- cgit v1.2.3