@@ -71,7 +71,7 @@ export const headings = {
71
71
} ,
72
72
fontWeight : "heading.display1" ,
73
73
letterSpacing : "0.0625rem" ,
74
- lineHeight : "1.10" ,
74
+ lineHeight : { base : "1.15" , md : "1. 10" } ,
75
75
width : "auto" ,
76
76
a : { textUnderlineOffset : "7px" } ,
77
77
} ,
@@ -84,7 +84,7 @@ export const headings = {
84
84
} ,
85
85
fontWeight : "heading.heading1" ,
86
86
letterSpacing : "0.0625rem" ,
87
- lineHeight : "1.15" ,
87
+ lineHeight : { base : "1.20" , md : "1. 15" } ,
88
88
width : "auto" ,
89
89
a : { textUnderlineOffset : "6px" } ,
90
90
} ,
@@ -97,7 +97,7 @@ export const headings = {
97
97
} ,
98
98
fontWeight : "heading.heading2" ,
99
99
letterSpacing : "0.0625rem" ,
100
- lineHeight : "1.20" ,
100
+ lineHeight : { base : "1.25" , md : "1. 20" } ,
101
101
width : "auto" ,
102
102
a : { textUnderlineOffset : "5px" } ,
103
103
} ,
@@ -110,7 +110,7 @@ export const headings = {
110
110
} ,
111
111
fontWeight : "heading.heading3" ,
112
112
letterSpacing : "0" ,
113
- lineHeight : "1.25" ,
113
+ lineHeight : { base : "1.30" , md : "1. 25" } ,
114
114
width : "auto" ,
115
115
a : { textUnderlineOffset : "4px" } ,
116
116
} ,
@@ -123,7 +123,7 @@ export const headings = {
123
123
} ,
124
124
fontWeight : "heading.heading4" ,
125
125
letterSpacing : "0" ,
126
- lineHeight : "1.30" ,
126
+ lineHeight : { base : "1.35" , md : "1. 30" } ,
127
127
width : "auto" ,
128
128
a : { textUnderlineOffset : "3px" } ,
129
129
} ,
@@ -136,7 +136,7 @@ export const headings = {
136
136
} ,
137
137
fontWeight : "heading.heading5" ,
138
138
letterSpacing : "0" ,
139
- lineHeight : "1.35" ,
139
+ lineHeight : { base : "1.40" , md : "1. 35" } ,
140
140
width : "auto" ,
141
141
} ,
142
142
} ) ,
@@ -148,7 +148,7 @@ export const headings = {
148
148
} ,
149
149
fontWeight : "heading.heading6" ,
150
150
letterSpacing : "0" ,
151
- lineHeight : "1.40" ,
151
+ lineHeight : { base : "1.45" , md : "1. 40" } ,
152
152
width : "auto" ,
153
153
} ,
154
154
} ) ,
@@ -160,7 +160,7 @@ export const headings = {
160
160
} ,
161
161
fontWeight : "heading.heading7" ,
162
162
letterSpacing : "0" ,
163
- lineHeight : "1.45" ,
163
+ lineHeight : { base : "1.50" , md : "1. 45" } ,
164
164
width : "auto" ,
165
165
} ,
166
166
} ) ,
@@ -172,7 +172,7 @@ export const headings = {
172
172
} ,
173
173
fontWeight : "heading.heading8" ,
174
174
letterSpacing : "0" ,
175
- lineHeight : "1.50" ,
175
+ lineHeight : "1.50" , // The lineHeight value is the same for mobile and desktop because the fontSize value is the same for mobile and desktop.
176
176
width : "auto" ,
177
177
} ,
178
178
} ) ,
0 commit comments