TF-357 Fix avoid loading so many fonts

This commit is contained in:
dab246
2022-03-30 10:45:35 +07:00
committed by Dat H. Pham
parent 3a38d40469
commit 6ff0cf766d
14 changed files with 7 additions and 15 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import 'package:flutter/services.dart';
ThemeData appTheme() {
return ThemeData(
scaffoldBackgroundColor: Colors.white,
fontFamily: ConstantsUI.fontSFProText,
fontFamily: ConstantsUI.fontApp,
appBarTheme: appBarTheme(),
textTheme: textTheme(),
visualDensity: VisualDensity.adaptivePlatformDensity,