Skip to content

Commit ae3997f

Browse files
p4gsclaudehappy-otter
committed
Switch title font to Cyberthrone cyberpunk typeface
Replace Press Start 2P pixel font with Cyberthrone — a tall, angular cyberpunk display font. Self-hosted TTF in fonts/ directory. Readjusted all display font sizes for Cyberthrone's proportions. 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 a9da02d commit ae3997f

2 files changed

Lines changed: 15 additions & 8 deletions

File tree

53.5 KB
Binary file not shown.

docs/projects/nthpartyfinder/index.html

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,16 @@
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=Press+Start+2P&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=Space+Grotesk: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://cdn.jsdelivr.net/npm/remixicon@4.6.0/fonts/remixicon.css" rel="stylesheet">
1212
<style>
13+
@font-face {
14+
font-family: 'Cyberthrone';
15+
src: url('fonts/Cyberthrone.ttf') format('truetype');
16+
font-weight: 400;
17+
font-style: normal;
18+
font-display: swap;
19+
}
1320
/* ══════════════════════════════════════════════
1421
NTH PARTY FINDER — Design System
1522
GRC Engineering colors + retro arcade aesthetic
@@ -32,7 +39,7 @@
3239
--text-dim: #6e6e8a;
3340
--text-bright:#f0f0ff;
3441

35-
--font-display: 'Press Start 2P', 'Syncopate', sans-serif;
42+
--font-display: 'Cyberthrone', 'Syncopate', sans-serif;
3643
--font-body: 'Space Grotesk', sans-serif;
3744
--font-mono: 'Space Mono', monospace;
3845

@@ -91,7 +98,7 @@
9198
}
9299
.nav-logo {
93100
font-family: var(--font-display);
94-
font-size: 0.55rem;
101+
font-size: 0.9rem;
95102
font-weight: 700;
96103
letter-spacing: 3px;
97104
text-transform: uppercase;
@@ -173,7 +180,7 @@
173180

174181
.hero-title {
175182
font-family: var(--font-display);
176-
font-size: clamp(1.4rem, 4vw, 2.8rem);
183+
font-size: clamp(2.4rem, 7vw, 5rem);
177184
font-weight: 700;
178185
line-height: 1.8;
179186
letter-spacing: 4px;
@@ -229,7 +236,7 @@
229236

230237
.btn-neon {
231238
font-family: var(--font-display);
232-
font-size: 0.5rem;
239+
font-size: 0.85rem;
233240
font-weight: 700;
234241
letter-spacing: 3px;
235242
text-transform: uppercase;
@@ -288,7 +295,7 @@
288295
section { padding: 80px 0; }
289296
.section-label {
290297
font-family: var(--font-display);
291-
font-size: 0.45rem;
298+
font-size: 0.75rem;
292299
font-weight: 700;
293300
letter-spacing: 5px;
294301
text-transform: uppercase;
@@ -298,7 +305,7 @@
298305
}
299306
.section-title {
300307
font-family: var(--font-display);
301-
font-size: clamp(0.9rem, 2vw, 1.3rem);
308+
font-size: clamp(1.5rem, 3vw, 2.2rem);
302309
font-weight: 700;
303310
letter-spacing: 3px;
304311
text-transform: uppercase;
@@ -389,7 +396,7 @@
389396
border-radius: 50%;
390397
display: flex; align-items: center; justify-content: center;
391398
font-family: var(--font-display);
392-
font-size: 0.5rem;
399+
font-size: 0.8rem;
393400
font-weight: 700;
394401
color: var(--neon-pink);
395402
flex-shrink: 0;

0 commit comments

Comments
 (0)