Skip to content

Commit

Permalink
Merge pull request #34 from qknight/master
Browse files Browse the repository at this point in the history
fixed font url
  • Loading branch information
Jeffail authored Sep 19, 2016
2 parents 9320bd1 + 62c27f8 commit 70524e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/leaps/www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<script type="text/javascript" src="leaps.js"></script>
<script type="text/javascript" src="leap-ace.js"></script>
<script type="text/javascript" src="leapshare.js"></script>
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link href="style.css" type="text/css" rel="stylesheet">
</head>
<body class="white">
Expand Down

1 comment on commit 70524e3

@qknight
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh no, it is not contained in the bundled version ;P

why do i know? i've been testing for 10 minutes and it didn't work as expected until i realized. we should get #33 forward!

Please sign in to comment.