How to use multiple fonts in compose project

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

Hello @arun_95,

Just in case you haven’t gotten answer to your question. Hopefully this link can point you to the right direction. Multiple Styles in Text  |  Compose  |  Android Developers

LMK if it helps.