This commit is contained in:
2026-03-22 00:51:45 +03:00
parent b5df1b9367
commit 8972ebdfd5
2 changed files with 35 additions and 5 deletions
+7 -1
View File
@@ -15,7 +15,13 @@ void main() async {
await initializeDateFormatting('ru_RU', null);
await initializeDateFormatting('en', null);
await initializeDateFormatting('ru', null);
await GoogleFonts.pendingFonts([GoogleFonts.nunito()]);
await GoogleFonts.pendingFonts([
GoogleFonts.nunito(),
GoogleFonts.nunito(fontWeight: FontWeight.w600),
GoogleFonts.nunito(fontWeight: FontWeight.w700),
GoogleFonts.nunito(fontWeight: FontWeight.w800),
]);
final prefs = await SharedPreferences.getInstance();
await HapticService.init();