summaryrefslogtreecommitdiffstats
path: root/src/style.css
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-10-15 19:43:48 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2014-10-15 19:43:48 +0200
commit913f02eb72ce92f3996e28b6b294c5647bd26769 (patch)
tree9c10cbb815be36714f12a147c09506a7851bd76f /src/style.css
parent57a4b0efc61b51066aeb1c32ed6c6808f4f322b3 (diff)
downloadwebsite-913f02eb72ce92f3996e28b6b294c5647bd26769.tar.xz
silly, use https google fonts link
Diffstat (limited to 'src/style.css')
-rw-r--r--src/style.css2
1 files changed, 1 insertions, 1 deletions
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 {