Hi, In my project I need to use two kinds of fonts as “robot family” and “sans-serief family” , I can add only one font in the material theme , but I need both added so I can use based on my need . How this can be achieved
MaterialTheme(
typography = robotoFontTypography,
content = content
)
By adding the above in Theme file I can use only one , but I need to make use of two different kind of fonts