Skip to content

Commit

Permalink
fixup! TW-2159 Replace google fonts with static fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangdat committed Dec 4, 2024
1 parent dcaff88 commit 52be0b4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/config/themes.dart
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,11 @@ abstract class TwakeThemes {
bodyLarge: TextStyle(
fontFamily: 'Inter',
fontWeight: FontWeight.w500,
fontSize: 17,
letterSpacing: -0.15,
),
bodyMedium: TextStyle(
fontFamily: 'Inter',
fontWeight: FontWeight.w500,
fontSize: 14,
letterSpacing: 0.25,
),
bodySmall: TextStyle(
Expand Down

0 comments on commit 52be0b4

Please sign in to comment.