Integrate Geist Pixel font from Vercel
This post might have stale content, as main is 7 commits ahead.
change the font to the new geist pixel (https://vercel.com/font). i wanna try it out!
Install via NPM (Recommended)
Best for Next.js projects. Includes full glyph set and font-feature-settings support.
npm i geist
Get the latest Node.js and npm.
Use with Next.js
import { GeistSans } from 'geist/font/sans';
import { GeistMono } from 'geist/font/mono';
import { GeistPixelSquare, GeistPixelGrid, GeistPixelCircle, GeistPixelTriangle, GeistPixelLine } from 'geist/font/pixel';
Include this code in app/layout.js. View the README for full instructions.
suuuper interesting. but maybe it's too much. let's use geist pixel for:
- the list item text, like the ones next to asterisks
- the text in the "npx skills ...." (which is nexxt to an asterisk as well)
- the text inside dropdowns and dialogs
- the model and branch selectors, and the build mode toggler, in the composer
woah wait - try again?
END OF POST