UNPKG

@sushilthapa98/trackmate

Version:

Simple library to keep track of your personal things

14 lines (10 loc) 265 B
import { Geist, Geist_Mono } from 'next/font/google'; const geistSans = Geist({ variable: '--font-geist-sans', subsets: ['latin'], }); const geistMono = Geist_Mono({ variable: '--font-geist-mono', subsets: ['latin'], }); export { geistSans, geistMono };