mirror of
https://github.com/vercel/next-learn.git
synced 2026-06-29 07:34:15 +00:00
chapter 3
This commit is contained in:
@@ -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'],
|
||||
});
|
||||
Reference in New Issue
Block a user