fix(site): widen typography hierarchy - #5
Merged
Merged
Conversation
There was a problem hiding this comment.
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
--sansfrom 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 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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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