Skip to content

Commit 201d266

Browse files
committed
Fix: font poppins
1 parent be144d5 commit 201d266

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<link rel="preconnect" href="https://fonts.googleapis.com" />
66
<link rel="preconnect" href="https://fonts.gstatic.com" crossOrigin />
77
<link
8-
href="https://fonts.googleapis.com/css2?family=Fira+Code&family=Inter:opsz,[email protected],100..900&family=Poppins&display=swap"
8+
href="https://fonts.googleapis.com/css2?family=Fira+Code&family=Inter:opsz,[email protected],100..900&family=Poppins:wght@300;400&display=swap"
99
rel="stylesheet"
1010
/>
1111
<link rel="icon" type="image/svg+xml" href="/appwrite.svg" />

src/App.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,11 +128,11 @@ function App() {
128128
<span>Waiting for connection...</span>
129129
</div>
130130
) : status === "success" ? (
131-
<h1 className="text-2xl font-light text-[#2D2D31]">
131+
<h1 className="font-[Poppins] text-2xl font-light text-[#2D2D31]">
132132
Congratulations!
133133
</h1>
134134
) : (
135-
<h1 className="font-[Poppins, arial, sans-serf] text-2xl font-light text-[#2D2D31]">
135+
<h1 className="font-[Poppins] text-2xl font-light text-[#2D2D31]">
136136
Check connection
137137
</h1>
138138
)}

0 commit comments

Comments
 (0)