@@ -4,211 +4,211 @@ import 'package:skelter/gen/fonts.gen.dart';
44class AppTextStyles {
55 static TextStyle h1 = const TextStyle (
66 fontSize: 29 ,
7- fontWeight: FontWeight .w900,
7+ fontWeight: .w900,
88 fontFamily: FontFamily .inter,
99 height: 1.5 ,
1010 letterSpacing: - 0.28 ,
1111 );
1212
1313 static TextStyle h2 = const TextStyle (
1414 fontSize: 24 ,
15- fontWeight: FontWeight .w900,
15+ fontWeight: .w900,
1616 fontFamily: FontFamily .inter,
1717 height: 1.5 ,
1818 letterSpacing: - 0.24 ,
1919 );
2020
2121 static TextStyle h2Bold = const TextStyle (
2222 fontSize: 24 ,
23- fontWeight: FontWeight .w700,
23+ fontWeight: .w700,
2424 fontFamily: FontFamily .inter,
2525 height: 1.5 ,
2626 letterSpacing: - 0.24 ,
2727 );
2828
2929 static TextStyle h3 = const TextStyle (
3030 fontSize: 18 ,
31- fontWeight: FontWeight .w900,
31+ fontWeight: .w900,
3232 fontFamily: FontFamily .inter,
3333 height: 1.5 ,
3434 letterSpacing: - 0.24 ,
3535 );
3636
3737 static TextStyle h3Medium = const TextStyle (
3838 fontSize: 20 ,
39- fontWeight: FontWeight .w500,
39+ fontWeight: .w500,
4040 fontFamily: FontFamily .inter,
4141 height: 1.5 ,
4242 letterSpacing: - 0.24 ,
4343 );
4444
4545 static TextStyle h5Bold = const TextStyle (
4646 fontSize: 24 ,
47- fontWeight: FontWeight .w700,
47+ fontWeight: .w700,
4848 fontFamily: FontFamily .inter,
4949 height: 1.33 ,
5050 letterSpacing: - 0.24 ,
5151 );
5252
5353 static TextStyle h6Medium = const TextStyle (
5454 fontSize: 18 ,
55- fontWeight: FontWeight .w500,
55+ fontWeight: .w500,
5656 fontFamily: FontFamily .inter,
5757 height: 1.5 ,
5858 letterSpacing: - 1 ,
5959 );
6060 static TextStyle h6Bold = const TextStyle (
6161 fontSize: 20 ,
62- fontWeight: FontWeight .w700,
62+ fontWeight: .w700,
6363 fontFamily: FontFamily .inter,
6464 height: 1.5 ,
6565 letterSpacing: - 1 ,
6666 );
6767
6868 static TextStyle h4SemiBold = const TextStyle (
6969 fontSize: 28 ,
70- fontWeight: FontWeight .w600,
70+ fontWeight: .w600,
7171 fontFamily: FontFamily .inter,
7272 height: 36 / 28 ,
7373 letterSpacing: - 0.28 ,
7474 );
7575
7676 static TextStyle h6SemiBold = const TextStyle (
7777 fontSize: 20 ,
78- fontWeight: FontWeight .w600,
78+ fontWeight: .w600,
7979 fontFamily: FontFamily .inter,
8080 height: 1.5 ,
8181 letterSpacing: - 1 ,
8282 );
8383
8484 static TextStyle p3Regular = const TextStyle (
8585 fontSize: 14 ,
86- fontWeight: FontWeight .w400,
86+ fontWeight: .w400,
8787 fontFamily: FontFamily .inter,
8888 height: 1.5 ,
8989 );
9090
9191 static TextStyle p1Medium = const TextStyle (
9292 fontSize: 18 ,
93- fontWeight: FontWeight .w500,
93+ fontWeight: .w500,
9494 fontFamily: FontFamily .inter,
9595 height: 1.5 ,
9696 );
9797
9898 static TextStyle p1SemiBold = const TextStyle (
9999 fontSize: 18 ,
100- fontWeight: FontWeight .w600,
100+ fontWeight: .w600,
101101 fontFamily: FontFamily .inter,
102102 height: 1.5 ,
103103 );
104104
105105 static TextStyle p2Medium = const TextStyle (
106106 fontSize: 16 ,
107- fontWeight: FontWeight .w500,
107+ fontWeight: .w500,
108108 fontFamily: FontFamily .inter,
109109 height: 1.5 ,
110110 );
111111
112112 static TextStyle p2Regular = const TextStyle (
113113 fontSize: 16 ,
114- fontWeight: FontWeight .w400,
114+ fontWeight: .w400,
115115 fontFamily: FontFamily .inter,
116116 height: 1.5 ,
117117 );
118118
119119 static TextStyle p3Medium = const TextStyle (
120120 fontSize: 14 ,
121- fontWeight: FontWeight .w500,
121+ fontWeight: .w500,
122122 fontFamily: FontFamily .inter,
123123 height: 1.5 ,
124124 );
125125
126126 static TextStyle p3SemiBold = const TextStyle (
127127 fontSize: 14 ,
128- fontWeight: FontWeight .w600,
128+ fontWeight: .w600,
129129 fontFamily: FontFamily .inter,
130130 height: 1.5 ,
131131 );
132132
133133 static TextStyle p4Medium = const TextStyle (
134134 fontSize: 12 ,
135- fontWeight: FontWeight .w500,
135+ fontWeight: .w500,
136136 fontFamily: FontFamily .inter,
137137 height: 1.5 ,
138138 );
139139
140140 static TextStyle p4Regular = const TextStyle (
141141 fontSize: 12 ,
142- fontWeight: FontWeight .w400,
142+ fontWeight: .w400,
143143 fontFamily: FontFamily .inter,
144144 height: 1.5 ,
145145 );
146146
147147 static TextStyle p1Bold = const TextStyle (
148148 fontSize: 18 ,
149- fontWeight: FontWeight .bold,
149+ fontWeight: .bold,
150150 fontFamily: FontFamily .inter,
151151 height: 1.5 ,
152152 );
153153
154154 static TextStyle p2Bold = const TextStyle (
155155 fontSize: 16 ,
156- fontWeight: FontWeight .bold,
156+ fontWeight: .bold,
157157 fontFamily: FontFamily .inter,
158158 height: 1.5 ,
159159 );
160160
161161 static TextStyle p2SemiBold = const TextStyle (
162162 fontSize: 16 ,
163- fontWeight: FontWeight .w600,
163+ fontWeight: .w600,
164164 fontFamily: FontFamily .inter,
165165 height: 1.5 ,
166166 );
167167
168168 static TextStyle p3Bold = const TextStyle (
169169 fontSize: 14 ,
170- fontWeight: FontWeight .bold,
170+ fontWeight: .bold,
171171 fontFamily: FontFamily .inter,
172172 height: 1.5 ,
173173 );
174174 static TextStyle p4SemiBold = const TextStyle (
175175 fontSize: 12 ,
176- fontWeight: FontWeight .w600,
176+ fontWeight: .w600,
177177 fontFamily: FontFamily .inter,
178178 height: 1.5 ,
179179 );
180180
181181 static TextStyle p4Bold = const TextStyle (
182182 fontSize: 12 ,
183- fontWeight: FontWeight .bold,
183+ fontWeight: .bold,
184184 fontFamily: FontFamily .inter,
185185 height: 1.5 ,
186186 );
187187
188188 static TextStyle c1SemiBold = const TextStyle (
189189 fontSize: 10 ,
190- fontWeight: FontWeight .w600,
190+ fontWeight: .w600,
191191 fontFamily: FontFamily .inter,
192192 height: 1.4 ,
193193 );
194194
195195 static TextStyle c2Regular = const TextStyle (
196196 fontSize: 10 ,
197- fontWeight: FontWeight .w400,
197+ fontWeight: .w400,
198198 fontFamily: FontFamily .inter,
199199 height: 1.5 ,
200200 );
201201
202202 static TextStyle c2Medium = const TextStyle (
203203 fontSize: 10 ,
204- fontWeight: FontWeight .w500,
204+ fontWeight: .w500,
205205 fontFamily: FontFamily .inter,
206206 height: 1.5 ,
207207 );
208208
209209 static TextStyle c2SemiBold = const TextStyle (
210210 fontSize: 10 ,
211- fontWeight: FontWeight .w600,
211+ fontWeight: .w600,
212212 fontFamily: FontFamily .inter,
213213 height: 1.5 ,
214214 );
0 commit comments