styling, fonts & take notes

This commit is contained in:
Michi 2025-04-19 10:56:29 +02:00
parent 968a0b7de9
commit 3ba540fb87
4 changed files with 39 additions and 3 deletions

View file

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