Files
shadcn-ui/deprecated/www/lib/fonts.ts
shadcn 2bfc1c82ba chore: deprecate www (#8629)
* chore: deprecate www

* chore: updates

* fix
2025-10-29 20:50:55 +04:00

7 lines
158 B
TypeScript

import { GeistMono } from "geist/font/mono"
import { GeistSans } from "geist/font/sans"
export const fontSans = GeistSans
export const fontMono = GeistMono