Skip to content

Commit

Permalink
fixup! fixup! TW-824: install google fonts to fetch font from http
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian KOUNE committed Oct 17, 2023
1 parent 88d37f3 commit 1b6db39
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/config/themes.dart
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ abstract class TwakeThemes {
fontWeight: FontWeight.w500,
letterSpacing: 0.1,
),
labelSmall: GoogleFonts.inter().copyWith(
labelSmall: GoogleFonts.inter(
fontWeight: FontWeight.w500,
letterSpacing: 0.5,
),
Expand All @@ -51,7 +51,9 @@ abstract class TwakeThemes {
fontWeight: FontWeight.w600,
letterSpacing: 0.4,
),
headlineMedium: GoogleFonts.inter(fontWeight: FontWeight.w600),
headlineMedium: GoogleFonts.inter(
fontWeight: FontWeight.w600,
),
headlineSmall: GoogleFonts.inter(
fontWeight: FontWeight.w600,
letterSpacing: 0.4,
Expand Down

0 comments on commit 1b6db39

Please sign in to comment.