diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-10-15 19:43:48 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-10-15 19:43:48 +0200 |
commit | 913f02eb72ce92f3996e28b6b294c5647bd26769 (patch) | |
tree | 9c10cbb815be36714f12a147c09506a7851bd76f /src | |
parent | 57a4b0efc61b51066aeb1c32ed6c6808f4f322b3 (diff) | |
download | website-913f02eb72ce92f3996e28b6b294c5647bd26769.tar.xz |
silly, use https google fonts link
Diffstat (limited to 'src')
-rw-r--r-- | src/style.css | 2 |
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 { |