File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/designSystem/kubit/components/text Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,19 +10,19 @@ export const TEXT_STYLES: TextStylesType<TextVariantType> = {
10
10
} ,
11
11
12
12
[ TextVariantType . MAIN_HEADING_H1_EXPANDED ] : {
13
- font_family : FONT_FAMILY . font_family_nunito_sans ,
13
+ font_family : FONT_FAMILY . font_family_gt_america_expanded ,
14
14
typography : HEADING . H1 ,
15
15
} ,
16
16
[ TextVariantType . MAIN_HEADING_H2_EXPANDED ] : {
17
- font_family : FONT_FAMILY . font_family_nunito_sans ,
17
+ font_family : FONT_FAMILY . font_family_gt_america_expanded ,
18
18
typography : HEADING . H2 ,
19
19
} ,
20
20
[ TextVariantType . MAIN_HEADING_H3_EXPANDED ] : {
21
- font_family : FONT_FAMILY . font_family_nunito_sans ,
21
+ font_family : FONT_FAMILY . font_family_gt_america_expanded ,
22
22
typography : HEADING . H3 ,
23
23
} ,
24
24
[ TextVariantType . MAIN_HEADING_H4_EXPANDED ] : {
25
- font_family : FONT_FAMILY . font_family_nunito_sans ,
25
+ font_family : FONT_FAMILY . font_family_gt_america_expanded ,
26
26
typography : HEADING . H4 ,
27
27
} ,
28
28
[ TextVariantType . HEADING_DISPLAY_1_EXPANDED ] : {
You can’t perform that action at this time.
0 commit comments