spb/company-atlas
Public
Python 66.3%
TypeScript 22.7%
JavaScript 8.6%
HTML 1.4%
CSS 0.7%
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