UNPKG

nhfs

Version:

NHFS — A sleek HTTP file server for the web built with Next.js and HeroUI. (Alpha)

15 lines (12 loc) 265 B
import { JetBrains_Mono as FontMono, Inter as FontSans, } from 'next/font/google'; export const fontSans = FontSans({ subsets: ['latin'], variable: '--font-sans', }); export const fontMono = FontMono({ subsets: ['latin'], variable: '--font-mono', });