We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc97079 commit a97a541Copy full SHA for a97a541
Cards/Weather Widget Card/code/index.html
@@ -6,6 +6,10 @@
6
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7
<title>Weather Widget UI</title>
8
<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
13
</head>
14
<body class="body">
15
<div class="container">
@@ -26,4 +30,4 @@
26
30
</div>
27
31
28
32
</body>
29
-</html>
33
+</html>
0 commit comments