Skip to content

Commit 29b3abd

Browse files
p4gsclaudehappy-otter
committed
Remove bold from nthpartyfinder title text
NeonLux font only has weight 400, so 900 was causing browser fake-bolding. 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 cd54440 commit 29b3abd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/projects/nthpartyfinder/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
.hero-title {
164164
font-family: var(--font-display);
165165
font-size: clamp(4.05rem, 10.5vw, 7.75rem);
166-
font-weight: 900;
166+
font-weight: 400;
167167
letter-spacing: 6px;
168168
text-transform: uppercase;
169169
line-height: 1.15;

0 commit comments

Comments
 (0)