Skip to content

Commit 03cdf24

Browse files
committed
chore: added typography
1 parent 4853a2e commit 03cdf24

File tree

5 files changed

+1066
-3
lines changed

5 files changed

+1066
-3
lines changed
Lines changed: 276 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,276 @@
1+
{
2+
"AccentComponent": {
3+
"font_size": 16,
4+
"line_height": 20,
5+
"line_spacing": 1,
6+
"line_spacing_extra": 1,
7+
"font_family": "alfa_interface_sans_bold",
8+
"text_all_caps": false,
9+
"letter_spacing": 0,
10+
"first_baseline_to_top_height": 15,
11+
"last_baseline_to_bottom_height": 5,
12+
"deprecated": true
13+
},
14+
"ActionComponent": {
15+
"font_size": 16,
16+
"line_height": 20,
17+
"line_spacing": 1,
18+
"line_spacing_extra": 1,
19+
"font_family": "alfa_interface_sans_medium",
20+
"text_all_caps": false,
21+
"letter_spacing": 0,
22+
"first_baseline_to_top_height": 15,
23+
"last_baseline_to_bottom_height": 5,
24+
"deprecated": true
25+
},
26+
"Caption": {
27+
"alias": "smallCaps",
28+
"font_size": 12,
29+
"line_height": 16,
30+
"line_spacing": 1,
31+
"line_spacing_extra": 2,
32+
"font_family": "alfa_interface_sans_medium",
33+
"text_all_caps": true,
34+
"letter_spacing": 0.1,
35+
"first_baseline_to_top_height": 12,
36+
"last_baseline_to_bottom_height": 4,
37+
"deprecated": true
38+
},
39+
"Heading1": {
40+
"alias": "headerL",
41+
"font_size": 30,
42+
"line_height": 36,
43+
"line_spacing": 0,
44+
"line_spacing_extra": 1,
45+
"font_family": "alfa_interface_sans_medium",
46+
"text_all_caps": false,
47+
"letter_spacing": -0.02,
48+
"first_baseline_to_top_height": 28,
49+
"last_baseline_to_bottom_height": 8,
50+
"deprecated": true
51+
},
52+
"Heading2": {
53+
"alias": "headerM",
54+
"font_size": 26,
55+
"line_height": 32,
56+
"line_spacing": 1,
57+
"line_spacing_extra": 2,
58+
"font_family": "alfa_interface_sans_medium",
59+
"text_all_caps": false,
60+
"letter_spacing": -0.01,
61+
"first_baseline_to_top_height": 25,
62+
"last_baseline_to_bottom_height": 7,
63+
"deprecated": true
64+
},
65+
"Heading3": {
66+
"alias": "headerS",
67+
"font_size": 20,
68+
"line_height": 28,
69+
"line_spacing": 4,
70+
"line_spacing_extra": 5,
71+
"font_family": "alfa_interface_sans_medium",
72+
"text_all_caps": false,
73+
"letter_spacing": -0.01,
74+
"first_baseline_to_top_height": 21,
75+
"last_baseline_to_bottom_height": 7,
76+
"deprecated": true
77+
},
78+
"LegacyLarge": {
79+
"font_size": 30,
80+
"line_height": 36,
81+
"line_spacing": 0,
82+
"line_spacing_extra": 1,
83+
"font_family": "alfa_interface_sans_medium",
84+
"text_all_caps": false,
85+
"letter_spacing": -0.02,
86+
"first_baseline_to_top_height": 0,
87+
"last_baseline_to_bottom_height": 0,
88+
"deprecated": true
89+
},
90+
"LegacyMedium": {
91+
"font_size": 26,
92+
"line_height": 32,
93+
"line_spacing": 1,
94+
"line_spacing_extra": 2,
95+
"font_family": "alfa_interface_sans_medium",
96+
"text_all_caps": false,
97+
"letter_spacing": -0.01,
98+
"first_baseline_to_top_height": 0,
99+
"last_baseline_to_bottom_height": 0,
100+
"deprecated": true
101+
},
102+
"LegacySmall": {
103+
"font_size": 20,
104+
"line_height": 28,
105+
"line_spacing": 4,
106+
"line_spacing_extra": 5,
107+
"font_family": "alfa_interface_sans_medium",
108+
"text_all_caps": false,
109+
"letter_spacing": -0.01,
110+
"first_baseline_to_top_height": 0,
111+
"last_baseline_to_bottom_height": 0,
112+
"deprecated": true
113+
},
114+
"LegacyXLarge": {
115+
"font_size": 40,
116+
"line_height": 48,
117+
"line_spacing": 1,
118+
"line_spacing_extra": 1,
119+
"font_family": "alfa_interface_sans_medium",
120+
"text_all_caps": false,
121+
"letter_spacing": -0.02,
122+
"first_baseline_to_top_height": 0,
123+
"last_baseline_to_bottom_height": 0,
124+
"deprecated": true
125+
},
126+
"LegacyXSmall": {
127+
"font_size": 16,
128+
"line_height": 24,
129+
"line_spacing": 5,
130+
"line_spacing_extra": 5,
131+
"font_family": "alfa_interface_sans_medium",
132+
"text_all_caps": false,
133+
"letter_spacing": -0.01,
134+
"first_baseline_to_top_height": 0,
135+
"last_baseline_to_bottom_height": 0,
136+
"deprecated": true
137+
},
138+
"ParagraphComponent": {
139+
"font_size": 16,
140+
"line_height": 20,
141+
"line_spacing": 1,
142+
"line_spacing_extra": 1,
143+
"font_family": "alfa_interface_sans_regular",
144+
"text_all_caps": false,
145+
"letter_spacing": -0.01,
146+
"first_baseline_to_top_height": 15,
147+
"last_baseline_to_bottom_height": 5,
148+
"deprecated": true
149+
},
150+
"PrimaryComponents.Bold": {
151+
"font_size": 16,
152+
"line_height": 20,
153+
"line_spacing": 1,
154+
"line_spacing_extra": 1,
155+
"font_family": "alfa_interface_sans_bold",
156+
"text_all_caps": false,
157+
"letter_spacing": 0,
158+
"first_baseline_to_top_height": 15,
159+
"last_baseline_to_bottom_height": 5,
160+
"deprecated": true
161+
},
162+
"PrimaryComponents.Medium": {
163+
"font_size": 16,
164+
"line_height": 20,
165+
"line_spacing": 1,
166+
"line_spacing_extra": 1,
167+
"font_family": "alfa_interface_sans_medium",
168+
"text_all_caps": false,
169+
"letter_spacing": -0.01,
170+
"first_baseline_to_top_height": 15,
171+
"last_baseline_to_bottom_height": 5,
172+
"deprecated": true
173+
},
174+
"PrimaryComponents.Regular": {
175+
"font_size": 16,
176+
"line_height": 20,
177+
"line_spacing": 1,
178+
"line_spacing_extra": 1,
179+
"font_family": "alfa_interface_sans_regular",
180+
"text_all_caps": false,
181+
"letter_spacing": 0.02,
182+
"first_baseline_to_top_height": 15,
183+
"last_baseline_to_bottom_height": 5,
184+
"deprecated": true
185+
},
186+
"PrimaryParagraph.Bold": {
187+
"alias": "headerXS",
188+
"font_size": 16,
189+
"line_height": 24,
190+
"line_spacing": 5,
191+
"line_spacing_extra": 5,
192+
"font_family": "alfa_interface_sans_bold",
193+
"text_all_caps": false,
194+
"letter_spacing": 0,
195+
"first_baseline_to_top_height": 17,
196+
"last_baseline_to_bottom_height": 7,
197+
"deprecated": true
198+
},
199+
"PrimaryParagraph.Medium": {
200+
"alias": "mediumText",
201+
"font_size": 16,
202+
"line_height": 24,
203+
"line_spacing": 5,
204+
"line_spacing_extra": 5,
205+
"font_family": "alfa_interface_sans_medium",
206+
"text_all_caps": false,
207+
"letter_spacing": -0.01,
208+
"first_baseline_to_top_height": 17,
209+
"last_baseline_to_bottom_height": 7,
210+
"deprecated": true
211+
},
212+
"PrimaryParagraph.Regular": {
213+
"alias": "bodyText",
214+
"font_size": 16,
215+
"line_height": 24,
216+
"line_spacing": 5,
217+
"line_spacing_extra": 5,
218+
"font_family": "alfa_interface_sans_regular",
219+
"text_all_caps": false,
220+
"letter_spacing": 0.02,
221+
"first_baseline_to_top_height": 17,
222+
"last_baseline_to_bottom_height": 7,
223+
"deprecated": true
224+
},
225+
"Secondary.Bold": {
226+
"alias": "headerXXS",
227+
"font_size": 14,
228+
"line_height": 20,
229+
"line_spacing": 3,
230+
"line_spacing_extra": 4,
231+
"font_family": "alfa_interface_sans_bold",
232+
"text_all_caps": false,
233+
"letter_spacing": -0.01,
234+
"first_baseline_to_top_height": 15,
235+
"last_baseline_to_bottom_height": 5,
236+
"deprecated": true
237+
},
238+
"Secondary.Medium": {
239+
"font_size": 14,
240+
"line_height": 20,
241+
"line_spacing": 3,
242+
"line_spacing_extra": 4,
243+
"font_family": "alfa_interface_sans_medium",
244+
"text_all_caps": false,
245+
"letter_spacing": 0,
246+
"first_baseline_to_top_height": 15,
247+
"last_baseline_to_bottom_height": 5,
248+
"deprecated": true
249+
},
250+
"Secondary.Regular": {
251+
"alias": "secondaryText",
252+
"font_size": 14,
253+
"line_height": 20,
254+
"line_spacing": 3,
255+
"line_spacing_extra": 4,
256+
"font_family": "alfa_interface_sans_regular",
257+
"text_all_caps": false,
258+
"letter_spacing": 0,
259+
"first_baseline_to_top_height": 15,
260+
"last_baseline_to_bottom_height": 5,
261+
"deprecated": true
262+
},
263+
"Tertiary": {
264+
"alias": "captionText",
265+
"font_size": 12,
266+
"line_height": 16,
267+
"line_spacing": 1,
268+
"line_spacing_extra": 2,
269+
"font_family": "alfa_interface_sans_regular",
270+
"text_all_caps": false,
271+
"letter_spacing": 0.02,
272+
"first_baseline_to_top_height": 12,
273+
"last_baseline_to_bottom_height": 4,
274+
"deprecated": true
275+
}
276+
}

0 commit comments

Comments
 (0)