diff options
-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 { |