docs: fix heading typography hierarchy for Anthropic editorial consistency#11
Merged
Conversation
…tency Fraunces is a variable font — without tuning the optical-size axis (opsz) it renders identically at all sizes, making h1/h2/h3 look the same weight. - h1 (display): weight 400, opsz 144, tighter tracking → thin, editorial, matches Anthropic's Tiempos Headline display style - h2 (section): weight 600, opsz 72 → strong but not heavy - h3 (card, base): weight 700, opsz 24 → works at text scale Also apply manual README intro tweak (PIA full name in parentheses). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
✅ Deploy Preview for pia-alpha ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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.
Summary
opsz(optical size) axis. Without setting it, all heading levels render identically regardless of size — causing the visual inconsistency between h1, h2, and h3.weight 400, opsz 144— thin, high-contrast serifs at display scale, matching Anthropic's Tiempos Headline editorial styleweight 600, opsz 72— medium weight, clearly subordinate to the hero.heading):weight 700, opsz 24— text-optimised, holds visual weight at small sizeTest plan
🤖 Generated with Claude Code