Skip to content

Commit

Permalink
Use 'OpenSans' font by default (#5327)
Browse files Browse the repository at this point in the history
  • Loading branch information
g123k committed Jun 3, 2024
1 parent 1728eff commit 9ce44a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/smooth_app/lib/themes/smooth_theme.dart
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ class SmoothTheme {

return ThemeData(
useMaterial3: false,
fontFamily: 'OpenSans',
primaryColor: DARK_BROWN_COLOR,
extensions: <SmoothColorsThemeExtension>[
SmoothColorsThemeExtension.defaultValues(),
Expand Down

0 comments on commit 9ce44a8

Please sign in to comment.