sleighty
sleighty

Reputation: 1075

Font weights seemingly not supported in Flutter web

I'm trying to use Roboto's many supported weights in a Flutter web app. On iOS, all weights, from w100 to w900 are supported. On web, it seems there's only regular (w100 to w500) or bold (w600 to w900). What's going on? Are there any fonts that support many weights on web?

Upvotes: 0

Views: 698

Answers (1)

Raj
Raj

Reputation: 21

use this flutter build web --web-renderer canvaskit for getting the exact result as on mobile

Upvotes: 2

Related Questions