Skip to content

Commit 221ffda

Browse files
authored
Merge pull request python3statement#38 from nicktimko/patch-1
Use flexible schema for Google Fonts
2 parents 633245c + cee93a6 commit 221ffda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<meta name="keywords" content="{{ site.keywords }}">
1010
<meta name="description" content="{{ site.description }}">
1111
<link rel="stylesheet" href="combo.css">
12-
<link href='http://fonts.googleapis.com/css?family=Raleway:400,300,700' rel='stylesheet' type='text/css'>
12+
<link href='//fonts.googleapis.com/css?family=Raleway:400,300,700' rel='stylesheet' type='text/css'>
1313
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
1414
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/vis/4.16.1/vis.min.css">
1515
<script src="//cdnjs.cloudflare.com/ajax/libs/vis/4.16.1/vis.min.js"></script>

0 commit comments

Comments
 (0)