Skip to content

Commit a3abf22

Browse files
authored
Merge pull request #10 from kubit-ui/patch/solve-font-typography-text-variants
Modify main text variants
2 parents 2363100 + 4ea8ee3 commit a3abf22

File tree

1 file changed

+4
-4
lines changed
  • src/designSystem/kubit/components/text

1 file changed

+4
-4
lines changed

src/designSystem/kubit/components/text/styles.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@ export const TEXT_STYLES: TextStylesType<TextVariantType> = {
1010
},
1111

1212
[TextVariantType.MAIN_HEADING_H1_EXPANDED]: {
13-
font_family: FONT_FAMILY.font_family_nunito_sans,
13+
font_family: FONT_FAMILY.font_family_gt_america_expanded,
1414
typography: HEADING.H1,
1515
},
1616
[TextVariantType.MAIN_HEADING_H2_EXPANDED]: {
17-
font_family: FONT_FAMILY.font_family_nunito_sans,
17+
font_family: FONT_FAMILY.font_family_gt_america_expanded,
1818
typography: HEADING.H2,
1919
},
2020
[TextVariantType.MAIN_HEADING_H3_EXPANDED]: {
21-
font_family: FONT_FAMILY.font_family_nunito_sans,
21+
font_family: FONT_FAMILY.font_family_gt_america_expanded,
2222
typography: HEADING.H3,
2323
},
2424
[TextVariantType.MAIN_HEADING_H4_EXPANDED]: {
25-
font_family: FONT_FAMILY.font_family_nunito_sans,
25+
font_family: FONT_FAMILY.font_family_gt_america_expanded,
2626
typography: HEADING.H4,
2727
},
2828
[TextVariantType.HEADING_DISPLAY_1_EXPANDED]: {

0 commit comments

Comments
 (0)