import React from 'react'; import Typography from '@material-ui/core/Typography'; import Box from '@material-ui/core/Box'; export default function FontWeight() { return ( Light Regular Medium 500 Bold ); }