Use Geist Pixel for list items, dropdowns, dialogs & composer controls#137
Open
julianbenegas wants to merge 1 commit intomainfrom
Open
Use Geist Pixel for list items, dropdowns, dialogs & composer controls#137julianbenegas wants to merge 1 commit intomainfrom
julianbenegas wants to merge 1 commit intomainfrom
Conversation
…, and composer controls - Upgrade geist from ^1.5.1 to ^1.7.0 (adds Geist Pixel font family) - Import GeistPixelSquare and register its CSS variable on <body> - Add --font-pixel Tailwind theme token (font-pixel utility class) - Apply font-pixel to: - ListItem component (all asterisk list items site-wide) - 'npx skills ...' code text and MCP tool names on the homepage - Menu.Popup (all dropdown menus) - Dialog.Popup (all dialog/modal content) - Tooltip.Popup (all tooltip popups) - Model selector trigger in composer - Branch selector trigger in composer - Build mode toggler in composer
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Tries out the new Geist Pixel font in targeted spots rather than globally.
Setup
geistfrom^1.5.1→^1.7.0GeistPixelSquarefromgeist/font/pixel, registered its CSS variable on<body>--font-pixelTailwind theme token →font-pixelutility classWhere
font-pixelis appliedcomponents/typography.tsx→ListItemnpx skills ...code + MCP tool names on homepageapp/page.tsxcomponents/ui/menu.tsx→Popupcomponents/ui/dialog.tsx→Popupcomponents/ui/tooltip.tsx→Popupcomponents/composer.tsxcomponents/branch-selector.tsxcomponents/composer.tsxBody default stays Geist Mono — pixel is opt-in via the
font-pixelutility class only on these elements.