Skip to content

Commit

Permalink
Fix fonts theme
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDoctorDE committed Aug 19, 2023
1 parent 074a83e commit 5f96d71
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/lib/theme.dart
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ ThemeData getThemeData(String name, bool dark, [ColorScheme? overridden]) {
appBarElevation: 2,
fontFamily: 'Comfortaa',
swapLegacyOnMaterial3: true,
fontFamilyFallback: ['Comfortaa'],
);
}
return FlexThemeData.light(
Expand All @@ -30,6 +31,7 @@ ThemeData getThemeData(String name, bool dark, [ColorScheme? overridden]) {
appBarElevation: 0.5,
fontFamily: 'Comfortaa',
swapLegacyOnMaterial3: true,
fontFamilyFallback: ['Comfortaa'],
);
}

Expand Down

0 comments on commit 5f96d71

Please sign in to comment.