Georg Panteleev
Georg Panteleev

Reputation: 471

How to make a Font Family Fallback in flutter?

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

Answers (1)

Georg Panteleev
Georg Panteleev

Reputation: 471

I found a property in textstyles ,,fontFamilyFallback'' which does the job ^–^

Upvotes: 2

Related Questions