Heading
Page headings, content headings, this is simply h1, h2...h6
Usage
...
const typography = {
heading: {
fontFamily: fonts.primaryFont,
fontSize: fontSize.lg,
fontWeight: fontWeight.normal,
lineHeight: 1.2
},
headingSecondary: {
fontFamily: fonts.secondaryFont,
fontSize: fontSize.lg,
fontWeight: fontWeight.normal,
lineHeight: 1.2
}
}
API Reference
as? type = String
align? type = String
density? type = String
size? type = String
spacing? type = String
type? type = String
weight? type = String
Last updated
Was this helpful?