SPB Git forge

spb/ai-atlas

Public
41commits 1branches 0releases
4.6 MBsize
maindefault branch
12 days agolast push
HTML 77.2% TypeScript 10.5% Python 9.6% JavaScript 2.5%
378 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-ui`, `--font-mono`).4 */5import { GeistMono } from 'geist/font/mono';6import { GeistSans } from 'geist/font/sans';78export const fontUi = GeistSans;9export const fontMono = GeistMono;10