Skip to content

Commit 76b232e

Browse files
committed
fixed mixed http/https for font url
1 parent d58fc90 commit 76b232e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: community-groups.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<link rel="stylesheet" href="/style.css">
66
<link rel="stylesheet" href="/community-groups.css">
77
<link rel="shortcut icon" href="/favicon.ico">
8-
<link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Source+Code+Pro" rel="stylesheet" type="text/css">
8+
<link href="//fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Source+Code+Pro" rel="stylesheet" type="text/css">
99
<link rel="stylesheet" href="/mapbox.css">
1010
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1111
<title>NodeSchool - Chapters</title>

0 commit comments

Comments
 (0)