1
0
forked from firka/firka

fix: some fonts

This commit is contained in:
checkedear
2026-04-18 13:28:51 +02:00
parent dd20aa6138
commit 25b1d06c06

View File

@@ -186,19 +186,19 @@ final _defaultFonts = FirkaFonts(
B_16SB: TextStyle(
fontSize: 16,
fontFamily: 'Figtree',
fontVariations: [FontVariation("wght", 700)],
fontVariations: [FontVariation("wght", 600)],
height: 1.3,
),
B_14R: TextStyle(
fontSize: 14,
fontFamily: 'Figtree',
fontVariations: [FontVariation("wght", 600)],
fontVariations: [FontVariation("wght", 500)],
height: 1.3,
),
B_14SB: TextStyle(
fontSize: 14,
fontFamily: 'Figtree',
fontVariations: [FontVariation("wght", 700)],
fontVariations: [FontVariation("wght", 600)],
height: 1.3,
),
B_15SB: TextStyle(