This commit is contained in:
2026-03-22 00:31:31 +03:00
parent dedf5ada81
commit 6213b6af36
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ class AppTheme {
final textTheme = GoogleFonts.poppinsTextTheme(base.textTheme).apply(
bodyColor: AppColors.textPrimary,
displayColor: AppColors.textPrimary,
fontFamilyFallback: ['Roboto'], // Ensures Cyrillic renders with same visual style
fontFamilyFallback: ['Nunito'], // Ensures Cyrillic renders with same visual style
);
return base.copyWith(