From 913f02eb72ce92f3996e28b6b294c5647bd26769 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Wed, 15 Oct 2014 19:43:48 +0200 Subject: silly, use https google fonts link --- src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/style.css') diff --git a/src/style.css b/src/style.css index 2c1868a..7f278dd 100644 --- a/src/style.css +++ b/src/style.css @@ -1,4 +1,4 @@ -@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700); +@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700); *, *:before, *:after { box-sizing: border-box; } html { -- cgit v1.2.3-54-g00ecf