I’m using Google font Roboto Condensed for tabs in my app. The font loads correctly on launch, but at seemingly random times as I’m clicking through my app, that font reverts to the default font (Inter).
This seems to be a common issue. I read this post on Stack Overflow: css - Roboto Condensed google font falls back in all browsers - Stack Overflow, which included this comment:
figured out it only works when it’s added via link tag (“standard” way) to the head. Weirdly enough the problem only exists for Roboto Condensed while other google fonts work properly when added with @import.
Can someone let me know what that comment means in the context of how we add fonts to weweb? Is there a way to fix this issue in weweb?
I heard that Open Sans Condensed was a similar font, but it looks like Google has removed that from Google Fonts.
Any suggestions would be greatly appreciated. Also, if anyone can recommend a similar cross-platform font that is comparable to Roboto Condensed, I’m all ears!