From 4c8d73aa06db66c097c3eb16d6bc9b3ccf3e01be Mon Sep 17 00:00:00 2001 From: checkedear <271323618+checkedear@users.noreply.github.com> Date: Sun, 19 Apr 2026 15:53:28 +0200 Subject: [PATCH] fix: B_16R font --- firka_common/lib/ui/theme/style.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firka_common/lib/ui/theme/style.dart b/firka_common/lib/ui/theme/style.dart index 5107f1e..f07f7ff 100644 --- a/firka_common/lib/ui/theme/style.dart +++ b/firka_common/lib/ui/theme/style.dart @@ -180,7 +180,7 @@ final _defaultFonts = FirkaFonts( B_16R: TextStyle( fontSize: 16, fontFamily: 'Figtree', - fontVariations: [FontVariation("wght", 600)], + fontVariations: [FontVariation("wght", 500)], height: 1.3, ), B_16SB: TextStyle(