Skip to content

fix(site): widen typography hierarchy - #5

Merged
alexrett merged 1 commit into
mainfrom
agent/typography
Aug 5, 2026
Merged

fix(site): widen typography hierarchy#5
alexrett merged 1 commit into
mainfrom
agent/typography

Conversation

@alexrett

@alexrett alexrett commented Aug 5, 2026

Copy link
Copy Markdown
Owner

What changed\n- replace the condensed headline stack with a neutral system sans\n- use sans for narrative copy and preserve monospace for terminal/UI surfaces\n- relax headline tracking and line height\n\n## Verification\n- bun test v1.3.14 (0d9b296a)

Bundled 108 modules in 17ms

cli.js 1.27 MB (entry point)\n- Site check passed: 23 links, 12 anchor targets, 4 local assets.\n- desktop Chrome visual QA\n- mobile Chrome QA at 390x844 with no document overflow

Copilot AI lite review requested due to automatic review settings August 5, 2026 19:13
@alexrett
alexrett merged commit 1a33254 into main Aug 5, 2026
4 checks passed
@alexrett
alexrett deleted the agent/typography branch August 5, 2026 19:13

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the site’s typography system to use a neutral system sans stack for general reading text, while keeping monospace reserved for terminal/UI-like surfaces to broaden and clarify the type hierarchy.

Changes:

  • Switched --sans from a condensed headline stack to a system sans stack.
  • Set the site body font to sans for narrative copy.
  • Relaxed headline weight/tracking/line-height and explicitly reassigned monospace to specific UI/terminal components.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread site/styles.css
Comment on lines 94 to +96
font-family: var(--sans);
font-weight: 760;
letter-spacing: -0.042em;
line-height: 1.01;
font-weight: 720;
letter-spacing: -0.026em;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants