Add Roboto font

This commit is contained in:
2024-05-16 19:38:20 +04:00
parent cf8bc07e69
commit 838a1a2f62
4 changed files with 14 additions and 1 deletions
+3 -1
View File
@@ -1,3 +1,5 @@
import {Typography} from '@mui/material'
export default function Page() {
return <h1>konstitisyon.la</h1>
return <Typography variant='h1'>konstitisyon.la</Typography>
}