import Typography from '@mui/material/Typography'; import Box from '@mui/material/Box'; export default function FontStyle() { return ( Normal font style. Italic font Style. Oblique font style. ); }