-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtoken-primitives.json
70 lines (70 loc) · 1.72 KB
/
token-primitives.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
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"color": {
"primary": "#333",
"primary-inverted": "#fff",
"background": "#fff",
"foreground": "#000",
"link": "#1c7ed6",
"link-inverted": "#a5d8ff"
},
"font": {
"display": {
"family": "Garamond, Baskerville, 'Baskerville Old Face', 'Hoefler Text', 'Times New Roman', serif",
"font-size": 16,
"line-height": 1.75,
"scale-ratio": 1.225,
"bp-factor": {
"phone": 1.167,
"tablet": 1.333
}
},
"copy": {
"family": "'Helvetica Neue', Helvetica, Arial, sans-serif",
"font-size": 16,
"line-height": 1.75,
"scale-ratio": 1.225,
"bp-factor": {
"tablet": 1.125
}
},
"ui": {
"family": "system-ui, -apple-system, BlinkMacSystemFont, 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Helvetica Neue', 'Helvetica', 'Fira Sans', 'Roboto', 'Noto', 'Droid Sans', 'Cantarell', 'Oxygen', 'Ubuntu', 'Franklin Gothic Medium', 'Century Gothic', 'Liberation Sans', sans-serif",
"font-size": 16,
"line-height": 1.75,
"scale-ratio": 1.225,
"bp-factor": {
"tablet": 1.125
}
},
"mono": {
"family": "ui-monospace, SFMono-Regular, 'SF Mono', Menlo, Consolas, 'Liberation Mono', monospace",
"font-size": 16,
"line-height": 1.75,
"scale-ratio": 1.225,
"bp-factor": {
"tablet": 1.125
}
}
},
"font-weight": {
"light": 300,
"regular": 400,
"semi-bold": 600,
"bold": 700
},
"spacing": {
"base": 8,
"scale-ratio": 1.618,
"bp-ratio": 1.414
},
"border-radius": "2px",
"box-shadow": {
"blur": "2.75px"
},
"breakpoints": {
"phone": 576,
"tablet": 768,
"laptop": 992,
"desktop": 1200
}
}