Typography
Documentation and examples for common text utilities to control alignment, wrapping, weight, and more.
Text alignment
<Box textAlign="left">…
<Box textAlign="center">…
<Box textAlign="right">…
Ambitioni dedisse scripsisse iudicaretur. Cras mattis iudicium purus sit amet fermentum. Donec sed odio operae, eu vulputate felis rhoncus.
Left aligned text.
Center aligned text.
Right aligned text.
Font weight
<Box fontWeight="fontWeightLight">…
<Box fontWeight="fontWeightRegular">…
<Box fontWeight="fontWeightMedium">…
<Box fontWeight={500}>…
<Box fontWeight="fontWeightBold">…
API
import { typography } from '@material-ui/system';
| Import name | Prop | CSS property | Theme key | 
|---|---|---|---|
fontFamily | 
fontFamily | 
font-family | 
typography | 
fontSize | 
fontSize | 
font-size | 
typography | 
fontStyle | 
fontStyle | 
font-style | 
typography | 
fontWeight | 
fontWeight | 
font-weight | 
typography | 
letterSpacing | 
letterSpacing | 
letter-spacing | 
none | 
lineHeight | 
lineHeight | 
line-height | 
none | 
textAlign | 
textAlign | 
text-align | 
none |