Skip to content

Commit 4658ed5

Browse files
gmoonclaude
andcommitted
Use Outfit font for Reader page title to match Hero brand styling
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 58c8a3e commit 4658ed5

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

src/pages/ReaderPage.tsx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,15 @@ function buildTraceability(nodes: LatticeNode[]): TraceThesis[] {
199199
const s = {
200200
page: { background: colors.bgSecondary, minHeight: '100vh', fontFamily: fonts.system },
201201
container: { maxWidth: '1200px', margin: '0 auto', padding: '2rem' },
202-
title: { fontSize: '2rem', fontWeight: 700, color: colors.textPrimary, marginBottom: '0.25rem' },
202+
title: {
203+
fontSize: 'clamp(24px, 3vw, 36px)',
204+
fontWeight: 200,
205+
fontFamily: "'Outfit', sans-serif",
206+
letterSpacing: '0.35em',
207+
textTransform: 'uppercase' as const,
208+
color: colors.textPrimary,
209+
marginBottom: '0.25rem',
210+
},
203211
subtitle: { color: colors.textMuted, fontSize: '0.9rem', marginBottom: '2rem' },
204212
statsGrid: {
205213
display: 'grid',

0 commit comments

Comments
 (0)