fix: B_16R font

This commit is contained in:
checkedear
2026-04-19 15:53:28 +02:00
parent e4629d8489
commit 4c8d73aa06

View File

@@ -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(