Skip to content

Commit

Permalink
docs: Update fonts to be loaded over SSL (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
colelawrence authored and jtangelder committed Jan 9, 2017
1 parent 2300b89 commit f474434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@

<link rel="icon" href="{{"/assets/img/favicon.ico"|prepend:site.baseurl}}">
<link rel="stylesheet" href="{{"/assets/css/index.css"|prepend:site.baseurl}}">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:400,700,800,600">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,700,800,600">
</head>

0 comments on commit f474434

Please sign in to comment.