diff --git a/lib/html_parser.dart b/lib/html_parser.dart index eaea326d64..125fdc6b2c 100644 --- a/lib/html_parser.dart +++ b/lib/html_parser.dart @@ -731,7 +731,7 @@ class StyledText extends StatelessWidget { style: style.generateTextStyle(), textAlign: style.textAlign, textDirection: style.direction, - textScaleFactor: textScaleFactor, + textScaleFactor: 1.0, ), ); }