Integrate Geist Pixel font from Vercel

main
ef65cbcfix: support double-dash --ref and --version flags in remote-bash CLI (#134)
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.
Avatar of julianbenegas
Julian Benegas
commented

suuuper interesting. but maybe it's too much. let's use geist pixel for:

  1. the list item text, like the ones next to asterisks
  2. the text in the "npx skills ...." (which is nexxt to an asterisk as well)
  3. the text inside dropdowns and dialogs
  4. the model and branch selectors, and the build mode toggler, in the composer
Avatar of julianbenegas
Julian Benegas
commented

woah wait - try again?


END OF POST

Integrate Geist Pixel font from Vercel — basehub-ai/forums