Mathew-Smith

Results 1 comments of Mathew-Smith

I'm also having this issue. ```dart style = GoogleFonts.montserrat( fontWeight: FontWeight.w100, ) updatedStyle = style.copyWith(fontWeight: FontWeight.w900); ``` will show text with `updatedStyle` very thin (w100) when I would expect it...