Skip to content

Commit 3642ac1

Browse files
p4gsclaudehappy-otter
committed
chore: remove unused Syncopate font, fix invalid opacity value
- Remove Syncopate from Google Fonts import and all fallback stacks - Fix haze-pulse keyframe opacity: 2 → 1 (values >1 are invalid) 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 4213cc3 commit 3642ac1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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=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">
10+
<link href="https://fonts.googleapis.com/css2?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,7 +39,7 @@
3939
--text-dim: #6e6e8a;
4040
--text-bright:#f0f0ff;
4141

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

@@ -266,7 +266,7 @@
266266
}
267267
@keyframes haze-pulse {
268268
0%, 100% { opacity: 1; }
269-
50% { opacity: 2; }
269+
50% { opacity: 1; }
270270
}
271271

272272
.hero-eyebrow {
@@ -293,7 +293,7 @@
293293
}
294294

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

0 commit comments

Comments
 (0)