Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
font request must be https
Browse files Browse the repository at this point in the history
  • Loading branch information
shekenahglory committed Nov 29, 2016
1 parent aa60d08 commit 215ab2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title ng-bind="pageTitle">Ripple Charts</title>
<link rel="icon" type="image/png" href="assets/images/favicon.png"/>
<link href='http://fonts.googleapis.com/css?family=Open+Sans+Light:300,700|Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans+Light:300,700|Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<!-- D3 needs this -->
Expand Down

0 comments on commit 215ab2d

Please sign in to comment.