Skip to content

Commit

Permalink
Revert font string
Browse files Browse the repository at this point in the history
  • Loading branch information
thermitex committed Jun 19, 2024
1 parent e4093e1 commit d2266bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/src/common/ui/text.dart
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ class CuckooTextStyles {
Color? color,
double? height}) {
return TextStyle(
fontFamily:
Platform.isAndroid ? _bodyFontFamily : 'CupertinoSystemText',
fontFamily: Platform.isAndroid ? _bodyFontFamily : null,
fontSize: size,
fontWeight: weight,
letterSpacing: Platform.isIOS ? 0 : null,
Expand Down

0 comments on commit d2266bf

Please sign in to comment.