mirror of
https://github.com/michivonah/nextjs.git
synced 2025-12-22 22:16:28 +01:00
styling, fonts & take notes
This commit is contained in:
parent
968a0b7de9
commit
3ba540fb87
4 changed files with 39 additions and 3 deletions
4
dashboard-app-course/app/ui/fonts.ts
Normal file
4
dashboard-app-course/app/ui/fonts.ts
Normal 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']});
|
||||
Loading…
Add table
Add a link
Reference in a new issue