SPB Git forge

spb/market-atlas

Public
12commits 1branches 0releases
1.1 MBsize
maindefault branch
10 days agolast push
TypeScript 96.7% SQL 1.6% CSS 0.8% JavaScript 0.5%
290 B · 7 lines typescript
Raw Blame History
1/** Geist Sans (UI) + Geist Mono (prices, ids, telemetry) self-hosted through the `geist` package — no network at build time. */2import { GeistMono } from "geist/font/mono";3import { GeistSans } from "geist/font/sans";45export const fontUi = GeistSans;6export const fontMono = GeistMono;7