Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 308a584

Browse files
committedOct 22, 2016
fixed mixed http/https for font url
1 parent 0f945c6 commit 308a584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎community-groups.html

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.