From 52be0b4d901aa7cbfa89b4a4ea6c5427e341bf4b Mon Sep 17 00:00:00 2001 From: Dat PHAM HOANG Date: Wed, 4 Dec 2024 23:05:27 +0700 Subject: [PATCH] fixup! TW-2159 Replace google fonts with static fonts --- lib/config/themes.dart | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/config/themes.dart b/lib/config/themes.dart index 8f8d030e4e..bee1a5ef5f 100644 --- a/lib/config/themes.dart +++ b/lib/config/themes.dart @@ -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(