We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a769a24 commit 4c0c6cdCopy full SHA for 4c0c6cd
lib/widgets/text.dart
@@ -200,8 +200,9 @@ TextStyle weightVariableTextStyle(BuildContext? context, {
200
fontVariations: [FontVariation('wght', value)],
201
202
// This use of `fontWeight` shouldn't affect glyphs in the preferred,
203
- // "wght"-axis font. If it does, see for debugging:
204
- // https://github.com/zulip/zulip-flutter/issues/65#issuecomment-1550666764
+ // "wght"-axis font. But it can; see upstream bug:
+ // https://github.com/flutter/flutter/issues/136779
205
+ // TODO(#500) await/send upstream bugfix?
206
fontWeight: clampVariableFontWeight(value),
207
208
inherit: true);
0 commit comments