+
Welcome to Acme. This is the example for the{' '} Next.js Learn Course diff --git a/app/ui/fonts.ts b/app/ui/fonts.ts new file mode 100644 index 0000000..ba99c98 --- /dev/null +++ b/app/ui/fonts.ts @@ -0,0 +1,5 @@ +import { Inter, Lusitana } from 'next/font/google'; + +export const inter = Inter({ subsets: ['latin'] }); + +export const lusitana = Lusitana({weight: "400", subsets: ['latin']}); \ No newline at end of file