Skip to content

Commit

Permalink
Use HTTPS for fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
monfresh committed Apr 2, 2015
1 parent ebe107a commit eb85f32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/shared/_head.html.haml
Expand Up @@ -32,8 +32,8 @@

= csrf_meta_tags

= stylesheet_link_tag 'http://fonts.googleapis.com/css?family=Libre+Baskerville:400,700'
= stylesheet_link_tag 'http://fonts.googleapis.com/css?family=Quattrocento+Sans:400,400italic,700'
= stylesheet_link_tag 'https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700'
= stylesheet_link_tag 'https://fonts.googleapis.com/css?family=Quattrocento+Sans:400,400italic,700'
= stylesheet_link_tag 'application', media: 'all'

-# Include scripts from outside of RequireJS modular system (e.g. Modernizr).
Expand Down

0 comments on commit eb85f32

Please sign in to comment.