Font Family

The Font used in a digital product represents a piece of the brand’s values and hence we made sure that you would be able to easily apply your font to your application.

By just adding a simple style tag you can ensure that your brand font is reflected across your application in a cohesive manner.

body{
 font-family: "your_font_family"
}

Last updated