Skip to content

Commit 2f27f3e

Browse files
committed
Fix: poppins font
1 parent 7bf79d4 commit 2f27f3e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/app/app.component.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,12 @@
7777
</div>
7878
</div>
7979
<div *ngIf="status === 'success'">
80-
<h1 class="text-2xl font-light text-[#2D2D31]">Congratulations!</h1>
80+
<h1 class="font-[Poppins] text-2xl font-light text-[#2D2D31]">
81+
Congratulations!
82+
</h1>
8183
</div>
8284
<div *ngIf="status !== 'success' && status !== 'loading'">
83-
<h1
84-
class="font-[Poppins, arial, sans-serf] text-2xl font-light text-[#2D2D31]"
85-
>
85+
<h1 class="font-[Poppins] text-2xl font-light text-[#2D2D31]">
8686
Check connection
8787
</h1>
8888
</div>

src/index.html

Lines changed: 1 addition & 1 deletion
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="stylesheet" href="https://unpkg.com/@appwrite.io/pink-icons" />

0 commit comments

Comments
 (0)