Skip to content

Commit 17b3180

Browse files
authored
https font fix
1 parent 2ff2e59 commit 17b3180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/header.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<link rel="author" href="https://plus.google.com/{{ author.google.plus }}"/>
1515
{% endif %}
1616
<link rel="shortcut icon" href="/favicon.ico"/>
17-
<link href='http://fonts.googleapis.com/css?family=Quattrocento:400,700%7COswald' rel='stylesheet' type='text/css'>
17+
<link href='https://fonts.googleapis.com/css?family=Quattrocento:400,700%7COswald' rel='stylesheet' type='text/css'>
1818
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet">
1919
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
2020
<link rel="stylesheet" href="{{ "

0 commit comments

Comments
 (0)