SPB Git forge
28commits 1branches 0releases
7.7 MBsize
maindefault branch
10 days agolast push
Python 66.3% TypeScript 22.7% JavaScript 8.6% HTML 1.4% CSS 0.7%
392 B · 10 lines typescript
Raw Blame History
1/**2 * Geist Sans (UI) + Geist Mono (ids, numbers, telemetry), self-hosted through the `geist` package — no network at build time.3 * Exposed as CSS variables consumed by globals.css (`--font-geist-sans`, `--font-geist-mono`).4 */5import { GeistMono } from 'geist/font/mono';6import { GeistSans } from 'geist/font/sans';78export const fontUi = GeistSans;9export const fontMono = GeistMono;10