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