tweak typography

This commit is contained in:
desmukh
2023-01-06 11:21:35 +05:00
parent a282201728
commit 23c0c915f3
3 changed files with 20 additions and 6 deletions

View File

@ -11,11 +11,24 @@ const theme = createTheme({
},
text: {
primary: "#DC3E9D",
}
},
},
typography: {
fontFamily: `"Karmilla", sans-serif`
}
fontFamily: `"Karmilla", sans-serif`,
h1: {
fontSize: 14,
fontWeight: 700,
},
h2: {
fontSize: 12,
},
body1: {
fontSize: 21,
}
},
shape: {
borderRadius: 0,
},
})
export default theme