This commit is contained in:
2026-03-22 17:25:22 +03:00
parent f013753f80
commit d67d8cb89c
3 changed files with 135 additions and 34 deletions
-1
View File
@@ -5,7 +5,6 @@ import '../core/constants.dart';
TextStyle? _f(TextStyle? s) {
final result = s?.copyWith(fontFamilyFallback: ['NunitoCyrillic']);
debugPrint('fallback: ${result?.fontFamilyFallback}'); // проверь в логах
return result;
}