feat: unify font stack with alloomi reference design#162
Merged
Conversation
Align font configurations across apps/web and apps/marketing with the alloomi project reference: - apps/web: add Roboto font via next/font with --font-roboto variable, add --font-noto-serif variable to Noto_Serif_SC, complete font-sans and font-serif stacks with proper fallbacks - apps/marketing: complete font stacks with Source Han Sans/SC, Microsoft YaHei, Segoe UI fallbacks; standardize font family names Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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
apps/webandapps/marketingwith the alloomi project referencenext/font/googlewith--font-robotoCSS variable--font-noto-serifvariable toNoto_Serif_SCChanges
apps/web
Robotofromnext/font/google, configure--font-robotovariable, add--font-noto-serifvariable to existingNoto_Serif_SC--font-sans:var(--font-roboto) → Noto Sans SC → Source Han Sans SC → PingFang SC → Microsoft YaHei → Helvetica Neue → system--font-serif:var(--font-noto-serif) → Noto Serif SC → Source Han Serif SC → Songti SC → Georgiaapps/marketing
Source Han Sans/SC,Microsoft YaHei,Segoe UIfallbacks; standardize font family names🤖 Generated with Claude Code