-
Notifications
You must be signed in to change notification settings - Fork 10
/
mapping.json
57 lines (44 loc) · 1.96 KB
/
mapping.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"strict": {
"text-font-family": "System",
"text-heading-1-font-size": 36,
"text-heading-1-font-weight": "800",
"text-heading-1-font-family": "$text-font-family",
"text-heading-2-font-size": 32,
"text-heading-2-font-weight": "800",
"text-heading-2-font-family": "$text-font-family",
"text-heading-3-font-size": 30,
"text-heading-3-font-weight": "800",
"text-heading-3-font-family": "$text-font-family",
"text-heading-4-font-size": 26,
"text-heading-4-font-weight": "600",
"text-heading-4-font-family": "MinionProBoldDisp",
"text-heading-5-font-size": 22,
"text-heading-5-font-weight": "800",
"text-heading-5-font-family": "$text-font-family",
"text-heading-6-font-size": 18,
"text-heading-6-font-weight": "800",
"text-heading-6-font-family": "$text-font-family",
"text-subtitle-1-font-size": 15,
"text-subtitle-1-font-weight": "600",
"text-subtitle-1-font-family": "MinionProItDisp",
"text-subtitle-2-font-size": 13,
"text-subtitle-2-font-weight": "600",
"text-subtitle-2-font-family": "$text-font-family",
"text-paragraph-1-font-size": 15,
"text-paragraph-1-font-weight": "400",
"text-paragraph-1-font-family": "MinionProSemiboldDisp",
"text-paragraph-2-font-size": 13,
"text-paragraph-2-font-weight": "400",
"text-paragraph-2-font-family": "MinionProRegular",
"text-caption-1-font-size": 12,
"text-caption-1-font-weight": "400",
"text-caption-1-font-family": "MinionProRegular",
"text-caption-2-font-size": 12,
"text-caption-2-font-weight": "600",
"text-caption-2-font-family": "MinionProRegular",
"text-label-font-size": 12,
"text-label-font-weight": "800",
"text-label-font-family": "$text-font-family"
}
}