Skip to content

Commit 7c4bc0b

Browse files
committed
Fix font link on index.html.
1 parent 2de5020 commit 7c4bc0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<!-- Tell mobile browsers we're optimized for them and they don't need to crop the viewport. -->
77
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
88
<link rel="stylesheet" type="text/css" href="style.css" />
9-
<link href="http://fonts.googleapis.com/css?family=Merriweather:400,400italic,700,700italic|Source+Code+Pro|Source+Sans+Pro:200,300,400,600,400italic,600italic|Rock+Salt" rel="stylesheet" type="text/css">
9+
<link href="https://fonts.googleapis.com/css?family=Merriweather:400,400italic,700,700italic|Source+Code+Pro|Source+Sans+Pro:200,300,400,600,400italic,600italic|Rock+Salt" rel="stylesheet" type="text/css">
1010
</head>
1111
<body class="index">
1212
<div class="page">

0 commit comments

Comments
 (0)