Skip to content

Commit 9288918

Browse files
committed
Fix: poppins font
1 parent 845dedd commit 9288918

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<link rel="preconnect" href="https://fonts.googleapis.com" />
1010
<link rel="preconnect" href="https://fonts.gstatic.com" crossOrigin />
1111
<link
12-
href="https://fonts.googleapis.com/css2?family=Fira+Code&family=Inter:opsz,[email protected],100..900&family=Poppins&display=swap"
12+
href="https://fonts.googleapis.com/css2?family=Fira+Code&family=Inter:opsz,[email protected],100..900&family=Poppins:wght@300;400&display=swap"
1313
rel="stylesheet"
1414
/>
1515
<link rel="icon" type="image/svg+xml" href="/appwrite.svg" />
@@ -45,7 +45,7 @@
4545
</div>
4646
<span>Waiting for connection...</span>
4747
</div>
48-
<h1 class="text-2xl font-light text-[#2D2D31]" id="status-message">Check connection</h1>
48+
<h1 class="font-[Poppins] text-2xl font-light text-[#2D2D31]" id="status-message">Check connection</h1>
4949
<p class="mt-2 mb-8" id="status-description">Send a ping to verify the connection</p>
5050
<button class="cursor-pointer rounded-md bg-[#FD366E] px-2.5 py-1.5" id="ping-button">
5151
<span class="text-white">Send a ping</span>

0 commit comments

Comments
 (0)