Text
Primitive typographic component.
import { Text } from 'theme-ui'
Hello
Hello
Variants
Text style variants can be defined in the theme.text
object.
Edit the page on GitHub// example theme variants{text: {caps: {textTransform: 'uppercase',letterSpacing: '0.2em',},heading: {fontFamily: 'heading',fontWeight: 'heading',lineHeight: 'heading',},}}