Skip to content

Commit 2c5d08a

Browse files
committedAug 15, 2024
use custom Font #99
1 parent 5726dab commit 2c5d08a

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed
 

‎public/index.html

+9-7
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,15 @@
2828
/>
2929

3030
<!-- Google Fonts -->
31-
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@500;700&display=swap" rel="stylesheet" />
32-
33-
<!-- Fontwesome icons -->
34-
<script
35-
src="https://kit.fontawesome.com/d332187522.js"
36-
crossorigin="anonymous"
37-
></script>
31+
<link rel="preconnect" href="https://fonts.googleapis.com">
32+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
33+
<link href="https://fonts.googleapis.com/css2?family=Kodchasan:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap" rel="stylesheet"> <!-- Fontwesome icons -->
34+
35+
<!-- FontAwesome icons -->
36+
<script
37+
src="https://kit.fontawesome.com/d332187522.js"
38+
crossorigin="anonymous"
39+
></script>
3840

3941
<!--
4042
Notice the use of %PUBLIC_URL% in the tags above.

‎src/App.module.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
}
4040

4141
.App {
42-
font-family: "DM Sans", sans-serif;
42+
font-family: "Kodchasan", sans-serif;
4343
background-color: var(--background);
4444
min-height: 100vh;
4545
color: var(--very-dark-high);

0 commit comments

Comments
 (0)