I am using RMWC components on my React app and I need to set the font-family of the app based on a API Call but I can't able to find a way to implement it.
I checked this stackoverflow discussion which sets the font-family other than Roboto when the app loads but I need it to set the font-family after an api call.
Sass - Setting the font family with material web components
Can you please suggest me some solution.
Thanks