Skip to content

Commit a97a541

Browse files
Update index.html
Added Some Fonts
1 parent bc97079 commit a97a541

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Cards/Weather Widget Card/code/index.html

+5-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<title>Weather Widget UI</title>
88
<link rel="stylesheet" href="style.css">
9+
10+
<link rel="preconnect" href="https://fonts.googleapis.com">
11+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
12+
913
</head>
1014
<body class="body">
1115
<div class="container">
@@ -26,4 +30,4 @@
2630
</div>
2731
</div>
2832
</body>
29-
</html>
33+
</html>

0 commit comments

Comments
 (0)