Skip to content

Commit f57fbb9

Browse files
use https for fonts
1 parent 88975d2 commit f57fbb9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

layouts/default.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<title>Charm++: <%= @item[:title] %></title>
77
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
88
<link href="/assets/charmwebsite.css" rel="stylesheet" type="text/css"/>
9-
<link href="http://fonts.googleapis.com/css?family=Puritan" rel="stylesheet" type="text/css"/>
10-
<link href="http://fonts.googleapis.com/css?family=Droid Sans" rel="stylesheet" type="text/css"/>
9+
<link href="https://fonts.googleapis.com/css?family=Puritan" rel="stylesheet" type="text/css"/>
10+
<link href="https://fonts.googleapis.com/css?family=Droid Sans" rel="stylesheet" type="text/css"/>
1111
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript">
1212
</script>
1313
<script src="/codemirror/lib/codemirror.js" type="text/javascript">

layouts/homepage.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
99
<link href="/assets/charmwebsite.css" rel="stylesheet" type="text/css"/>
10-
<link href="http://fonts.googleapis.com/css?family=Puritan" rel="stylesheet" type="text/css"/>
11-
<link href="http://fonts.googleapis.com/css?family=Droid Sans" rel="stylesheet" type="text/css"/>
10+
<link href="https://fonts.googleapis.com/css?family=Puritan" rel="stylesheet" type="text/css"/>
11+
<link href="https://fonts.googleapis.com/css?family=Droid Sans" rel="stylesheet" type="text/css"/>
1212
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript">
1313
</script>
1414
<script src="http://charm.cs.illinois.edu/codemirror/lib/codemirror.js" type="text/javascript">

0 commit comments

Comments
 (0)