Skip to content

Commit 37dc57a

Browse files
committed
layouts/master: always request fonts over https
Signed-off-by: Ruby Iris Juric <[email protected]>
1 parent 85c0f22 commit 37dc57a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/_layouts/master.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
<meta name="viewport" content="width=device-width,initial-scale=1">
2424
<meta name="description" content="{% if page.description %}{{ page.description }}{% else %}{{ site.description }}{% endif %}">
2525
<link rel="canonical" href="{{ page.url | replace: 'index.html', '' | prepend: site.baseurl | prepend: site.url }}">
26-
<link href="//fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600,700" rel="stylesheet" type="text/css">
27-
<link href="//fonts.googleapis.com/css?family=Inconsolata:400,700" rel="stylesheet" type="text/css">
26+
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600,700" rel="stylesheet" type="text/css">
27+
<link href="https://fonts.googleapis.com/css?family=Inconsolata:400,700" rel="stylesheet" type="text/css">
2828
<link href="{{ site.asset_path }}/favicon.png" rel="shortcut icon" type="image/vnd.microsoft.icon" id="favicon">
2929
<link rel="stylesheet" type="text/css" href="{{ site.asset_path }}/css/main.css">
3030
{% for style in page.styles %}

0 commit comments

Comments
 (0)