Skip to content

Commit 4ead926

Browse files
p4gsclaudehappy-otter
committed
feat: switch fonts to Saira (body) and Inconsolata (display)
- Replace Space Grotesk with Saira as body font - Replace NeonLux/Syncopate with Inconsolata as display font - Keep NeonLux only for the hero title "NTH PARTY FINDER" Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering>
1 parent b7f176c commit 4ead926

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/projects/nthpartyfinder/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="description" content="Map your entire vendor party guest list — from third parties to the Nth degree — through DNS analysis.">
88
<link rel="preconnect" href="https://fonts.googleapis.com">
99
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
10-
<link href="https://fonts.googleapis.com/css2?family=Syncopate:wght@400;700&family=Space+Grotesk:wght@300;400;500;600;700&family=Space+Mono:ital,wght@0,400;0,700;1,400&display=swap" rel="stylesheet">
10+
<link href="https://fonts.googleapis.com/css2?family=Syncopate:wght@400;700&family=Saira:wght@300;400;500;600;700&family=Inconsolata:wght@300;400;500;600;700&family=Space+Mono:ital,wght@0,400;0,700;1,400&display=swap" rel="stylesheet">
1111
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0" rel="stylesheet">
1212
<style>
1313
@font-face {
@@ -39,8 +39,8 @@
3939
--text-dim: #6e6e8a;
4040
--text-bright:#f0f0ff;
4141

42-
--font-display: 'NeonLux', 'Syncopate', sans-serif;
43-
--font-body: 'Space Grotesk', sans-serif;
42+
--font-display: 'Inconsolata', 'Syncopate', monospace;
43+
--font-body: 'Saira', sans-serif;
4444
--font-mono: 'Space Mono', monospace;
4545

4646
--container: 1100px;
@@ -295,7 +295,7 @@
295295
}
296296

297297
.hero-title {
298-
font-family: var(--font-display);
298+
font-family: 'NeonLux', 'Syncopate', sans-serif;
299299
font-size: clamp(4.05rem, 10.5vw, 7.75rem);
300300
font-weight: 400;
301301
letter-spacing: 6px;

0 commit comments

Comments
 (0)