style(web/menu): change menu header font and weight

This commit is contained in:
Luke
2022-07-30 10:09:28 +02:00
committed by Luke
parent e81a05aa2d
commit fd45418a5d

View File

@@ -11,7 +11,7 @@ const Header: React.FC<{ title: string }> = ({ title }) => {
height="60px" height="60px"
width="sm" width="sm"
> >
<Text fontSize={24} textTransform="uppercase" fontWeight={300} fontFamily="Poppins"> <Text fontSize={24} textTransform="uppercase" fontWeight={600} fontFamily="Nunito">
{title} {title}
</Text> </Text>
</Box> </Box>