Typography

You can create a typography theme in your devup.json file and pass variables to typography props.

{
  "theme": {
    "typography": {
      "h1": {
        "fontSize": "24px",
        "fontWeight": "bold"
      }
    }
  }
}
<Text typography="h1">Hello</Text>