Skip to content

Commit 83579a2

Browse files
committed
fix for font style
1 parent 4c628ff commit 83579a2

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
@@ -3,7 +3,7 @@
33

44
<head>
55
<meta charset="utf-8" />
6-
<link rel="preload" as="style" href='//fonts.googleapis.com/css?family=Open+Sans' type='text/css'>
6+
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet">
77
<link href="https://fonts.googleapis.com/css2?family=Inconsolata&display=swap" rel="stylesheet">
88
<link
99
href="https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&display=swap"

0 commit comments

Comments
 (0)