Reputation: 471
It would be great if Flutter allow us to specify our own font fallback chain, just like what we can do now in CSS's font-family property, because browsers support different fonts. Is there a way to do so in flutter?
*for example Raleway as first option, open sans as second option and sans-serif as default
Upvotes: 2
Views: 1154
Reputation: 471
I found a property in textstyles ,,fontFamilyFallback'' which does the job ^–^
Upvotes: 2