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 a66158c commit 26fa0f8Copy full SHA for 26fa0f8
lib/widgets/text.dart
@@ -67,8 +67,9 @@ TextStyle weightVariableTextStyle(BuildContext? context, {
67
fontVariations: [FontVariation('wght', value)],
68
69
// This use of `fontWeight` shouldn't affect glyphs in the preferred,
70
- // "wght"-axis font. If it does, see for debugging:
71
- // 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
72
+ // TODO(#500) await/send upstream bugfix?
73
fontWeight: clampVariableFontWeight(value),
74
75
inherit: true);
0 commit comments