Skip to content

Commit

Permalink
Make the font be secure-domain happy
Browse files Browse the repository at this point in the history
  • Loading branch information
mixonic committed Jan 23, 2016
1 parent b86f015 commit b7020fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{{content-for 'head'}}

<link rel="stylesheet" href="assets/vendor.css">
<link href="http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic|Merriweather+Sans:700" rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic|Merriweather+Sans:700" rel="stylesheet">
<link rel="stylesheet" href="assets/mobiledoc-kit-demo.css">

{{content-for 'head-footer'}}
Expand Down

0 comments on commit b7020fd

Please sign in to comment.