Skip to content

Commit 2ee7010

Browse files
committed
Update index.html
1 parent 2750bc4 commit 2ee7010

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<link rel="icon" type="image/svg+xml" href="assets/KryptLogo.svg">
99
<link rel="preconnect" href="https://fonts.googleapis.com">
1010
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
11-
<link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;600;700;800&family=Outfit:wght@400;600;700;800&display=swap" rel="stylesheet">
11+
<link href="https://fonts.googleapis.com/css2?family=Google+Sans:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@400;600;700;800&family=Outfit:wght@400;600;700;800&display=swap" rel="stylesheet">
1212
<style>
1313
:root {
1414
--primary: #8EB69B;
@@ -18,6 +18,7 @@
1818
--text-main: #ffffff;
1919
--text-dim: rgba(255, 255, 255, 0.6);
2020
--text-muted: rgba(255, 255, 255, 0.3);
21+
--font-main: 'Google Sans', 'Plus Jakarta Sans', sans-serif;
2122
}
2223

2324
* {
@@ -29,7 +30,7 @@
2930
body {
3031
background-color: var(--bg);
3132
color: var(--text-main);
32-
font-family: 'Plus Jakarta Sans', sans-serif;
33+
font-family: var(--font-main);
3334
height: 100vh;
3435
display: flex;
3536
align-items: center;
@@ -121,7 +122,7 @@
121122
}
122123

123124
.logo-text {
124-
font-family: 'Outfit', sans-serif;
125+
font-family: var(--font-main);
125126
font-size: 32px;
126127
font-weight: 800;
127128
letter-spacing: -1px;

0 commit comments

Comments
 (0)