Skip to content

Commit 6038390

Browse files
committed
fixed insecure font url
1 parent 918bf62 commit 6038390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/twitch_head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<meta http-equiv="X-UA-Compatible" content="IE=edge">
44
<meta name="viewport" content="width=device-width, initial-scale=1">
55
{%- seo -%}
6-
<link href='http://fonts.googleapis.com/css?family=Roboto:400,700,300' rel='stylesheet' type='text/css'>
6+
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet type='text/css'">
77
<link href="https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet" type='text/css'>
88
<link href="/twitchbot/twitch.css" rel="stylesheet" type="text/css">
99

0 commit comments

Comments
 (0)