feat(apollo-vertex): load Inter font via next/font#467
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Dependency License Review
License distribution
Excluded packages
|
7785079 to
623d8fa
Compare
2a0306e to
ea7ab3e
Compare
ea7ab3e to
1b7f2b2
Compare
…ont item Inter was declared in theme CSS variables but never actually loaded, causing the browser to fall back to system fonts. Use next/font/google with variable: "--font-sans" following the shadcn pattern, and move font declarations out of theme cssVars into a separate registry:font item so consumers can swap fonts independently. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1b7f2b2 to
65c89df
Compare
ruudandriessen
approved these changes
Apr 10, 2026
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
next/font/googlewithvariable: "--font-sans"— previously declared in CSS variables but never loaded, causing fallback to system fontsregistry:fontitem (font-inter) so consumers can install/swap fonts independently from the themelight/dark) to avoid CSS specificity conflicts withnext/font, and add@theme inlinebridge for Tailwind CSS 4 utility resolutionTest plan
font-sansTailwind utility resolves to Inter (check elements usingfont-sansclass likekbd.tsx)shadcn buildto confirm registry validates with the newregistry:fontitemfont-monoandfont-serifutilities still resolve to Tailwind defaults🤖 Generated with Claude Code