Skip to content

Commit 726bcef

Browse files
committed
Update index.html
1 parent c779ba7 commit 726bcef

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

index.html

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
<link rel="preconnect" href="https://fonts.googleapis.com">
5252
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
53-
<link href="https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700;800&family=Play:wght@400;700&family=Wavefont:ROND,wght@0..100,100..900&display=swap" rel="stylesheet">
53+
<link href="https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700;800&family=Orbitron:wght@400;700&family=Wavefont:ROND,wght@0..100,100..900&display=swap" rel="stylesheet">
5454
<script src="https://unpkg.com/sprae" data-start></script>
5555
<style>
5656
:root {
@@ -62,7 +62,7 @@
6262

6363
/* fonts */
6464
--f-body: 'Manrope', system-ui, sans-serif;
65-
--f-logo: 'Play', sans-serif;
65+
--f-logo: 'Orbitron', sans-serif;
6666
--f-wave: 'Wavefont', monospace;
6767

6868
/* font sizes */
@@ -91,9 +91,6 @@
9191
padding: 0;
9292
font-family: var(--grot);
9393
background-color: #f1efe9;
94-
background-image:
95-
repeating-linear-gradient(0deg, transparent 0 3px, rgba(0,0,0,0.04) 3px 4px),
96-
repeating-linear-gradient(90deg, transparent 0 3px, rgba(0,0,0,0.04) 4px 4px);
9794
min-height: 100vh;
9895
color: var(--ink);
9996
}
@@ -175,10 +172,10 @@
175172
}
176173
.wordmark .name {
177174
font-family: var(--logo);
178-
font-weight: 800;
175+
font-weight: 600;
179176
font-size: var(--fs-2xl);
180177
line-height: 0.72;
181-
letter-spacing: -0.064em;
178+
letter-spacing: -0.027em;
182179
color: var(--paper);
183180
}
184181
.wordmark .js {

0 commit comments

Comments
 (0)