Skip to content

Commit fc7aeab

Browse files
committed
Fix for index.html
Font wouldn't display correctly, deleted "https:" from the URL and left it as starting with "//".
1 parent 74918df commit fc7aeab

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
@@ -6,7 +6,7 @@
66
<meta name="keywords" content="Forza Horizon, Forza Horizon 4, Forza Horizon 4 seasons, Forza Horizon 4 weekly season change,
77
FH4 seasons, Forza Horizon 4 calendar, FH4 season tracker">
88
<meta name="viewport" content="width=device-width, initial-scale=1.0">
9-
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Asap+Condensed">
9+
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Asap+Condensed">
1010
<link rel="shortcut icon" href="images/fh4_icon.png" type="image/x-icon">
1111
<link rel="stylesheet" href="styles.css">
1212
<title>FH4 - Season tracker</title>

0 commit comments

Comments
 (0)