Files
Next.jsReactDashbord-maryam/app/ui/fonts.ts
2025-06-14 01:34:32 -07:00

4 lines
96 B
TypeScript

import { Inter } from 'next/font/google';
export const inter = Inter({ subsets: ['latin'] });