chapter 3

This commit is contained in:
StephDietz
2023-10-26 09:14:37 -07:00
parent 7b14093d2a
commit 6cb4b9c4ab
2 changed files with 1 additions and 12 deletions

View File

@@ -1,8 +0,0 @@
import { Inter, Lusitana } from 'next/font/google';
export const inter = Inter({ subsets: ['latin'] });
export const lusitana = Lusitana({
weight: ['400', '700'],
subsets: ['latin'],
});