Start updating deps

This commit is contained in:
Lee Robinson 2023-11-26 12:07:13 -06:00
parent beeaf86fe8
commit f261a0eebe
10 changed files with 28 additions and 30 deletions

View file

@ -1,11 +0,0 @@
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'
})