Skip to content

Commit

Permalink
Use HTTPS for loading fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
daGrevis committed Aug 28, 2017
1 parent a13f3f6 commit 3951e64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/styles/main.sass
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ $header-scale: 1.5
$header-width: 180px * $header-scale
$header-height: 100px * $header-scale

@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700)
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700)

@import url(http://fonts.googleapis.com/css?family=Inconsolata)
@import url(https://fonts.googleapis.com/css?family=Inconsolata)

@font-face
font-family: "Franklin Gothic FS Book"
Expand Down

0 comments on commit 3951e64

Please sign in to comment.