@volue/design-typography 0.1.0 → 0.2.0-next.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.common.d.ts +77 -56
- package/dist/index.common.js +77 -56
- package/dist/index.cssmodules.css +60 -47
- package/dist/index.custom-properties.css +61 -48
- package/dist/index.json +55 -42
- package/dist/index.module.d.ts +77 -56
- package/dist/index.module.js +77 -56
- package/dist/index.scss +61 -48
- package/package.json +5 -3
- package/src/font-size.json +48 -0
- package/src/line-height.json +52 -0
- package/src/style.json +140 -108
- package/src/font-size.js +0 -44
- package/src/line-height.js +0 -73
package/dist/index.common.d.ts
CHANGED
|
@@ -7,53 +7,69 @@ declare const tokens: {
|
|
|
7
7
|
"mono": "ui-monospace, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace"
|
|
8
8
|
},
|
|
9
9
|
"style": {
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
10
|
+
"body": {
|
|
11
|
+
"base": {
|
|
12
|
+
"fontFamily": "'Source Sans Pro', system-ui, -apple-system, 'Segoe UI'",
|
|
13
|
+
"fontSize": "16px",
|
|
14
|
+
"lineHeight": "1.5rem",
|
|
15
|
+
"fontWeight": "400"
|
|
16
|
+
},
|
|
17
|
+
"small": {
|
|
18
|
+
"fontFamily": "'Source Sans Pro', system-ui, -apple-system, 'Segoe UI'",
|
|
19
|
+
"fontSize": "14px",
|
|
20
|
+
"lineHeight": "1.25rem",
|
|
21
|
+
"fontWeight": "400"
|
|
22
|
+
},
|
|
23
|
+
"xSmall": {
|
|
24
|
+
"fontFamily": "'Source Sans Pro', system-ui, -apple-system, 'Segoe UI'",
|
|
25
|
+
"fontSize": "12px",
|
|
26
|
+
"lineHeight": "1.125rem",
|
|
27
|
+
"fontWeight": "400"
|
|
28
|
+
}
|
|
15
29
|
},
|
|
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
|
-
|
|
30
|
+
"headlines": {
|
|
31
|
+
"giga": {
|
|
32
|
+
"fontFamily": "'FK Display', 'Source Sans Pro', system-ui, -apple-system, 'Segoe UI', sans-serif",
|
|
33
|
+
"fontSize": "51px",
|
|
34
|
+
"lineHeight": "1.411765",
|
|
35
|
+
"fontWeight": "400"
|
|
36
|
+
},
|
|
37
|
+
"alpha": {
|
|
38
|
+
"fontFamily": "'FK Display', 'Source Sans Pro', system-ui, -apple-system, 'Segoe UI', sans-serif",
|
|
39
|
+
"fontSize": "38px",
|
|
40
|
+
"lineHeight": "1.263158",
|
|
41
|
+
"fontWeight": "400"
|
|
42
|
+
},
|
|
43
|
+
"beta": {
|
|
44
|
+
"fontFamily": "'FK Display', 'Source Sans Pro', system-ui, -apple-system, 'Segoe UI', sans-serif",
|
|
45
|
+
"fontSize": "28px",
|
|
46
|
+
"lineHeight": "1.714286",
|
|
47
|
+
"fontWeight": "400"
|
|
48
|
+
},
|
|
49
|
+
"gamma": {
|
|
50
|
+
"fontFamily": "'FK Display', 'Source Sans Pro', system-ui, -apple-system, 'Segoe UI', sans-serif",
|
|
51
|
+
"fontSize": "21px",
|
|
52
|
+
"lineHeight": "1.52381",
|
|
53
|
+
"fontWeight": "400"
|
|
54
|
+
},
|
|
55
|
+
"delta": {
|
|
56
|
+
"fontFamily": "'Source Sans Pro', system-ui, -apple-system, 'Segoe UI'",
|
|
57
|
+
"fontSize": "19px",
|
|
58
|
+
"lineHeight": "1.263158",
|
|
59
|
+
"fontWeight": "400"
|
|
60
|
+
},
|
|
61
|
+
"epsilon": {
|
|
62
|
+
"fontFamily": "'Source Sans Pro', system-ui, -apple-system, 'Segoe UI'",
|
|
63
|
+
"fontSize": "16px",
|
|
64
|
+
"lineHeight": "1.5",
|
|
65
|
+
"fontWeight": "400"
|
|
66
|
+
},
|
|
67
|
+
"zeta": {
|
|
68
|
+
"fontFamily": "'Source Sans Pro', system-ui, -apple-system, 'Segoe UI'",
|
|
69
|
+
"fontSize": "14px",
|
|
70
|
+
"lineHeight": "1.714286",
|
|
71
|
+
"fontWeight": "400"
|
|
72
|
+
}
|
|
57
73
|
}
|
|
58
74
|
},
|
|
59
75
|
"weight": {
|
|
@@ -62,8 +78,11 @@ declare const tokens: {
|
|
|
62
78
|
}
|
|
63
79
|
},
|
|
64
80
|
"size": {
|
|
81
|
+
"_fontScaleRatio": "1.3333",
|
|
65
82
|
"font": {
|
|
66
83
|
"base": "16px",
|
|
84
|
+
"xSmall": "12px",
|
|
85
|
+
"small": "14px",
|
|
67
86
|
"zeta": "14px",
|
|
68
87
|
"epsilon": "16px",
|
|
69
88
|
"delta": "19px",
|
|
@@ -81,16 +100,18 @@ declare const tokens: {
|
|
|
81
100
|
"widest": "0.1em"
|
|
82
101
|
},
|
|
83
102
|
"lineHeight": {
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
"
|
|
90
|
-
"
|
|
91
|
-
"
|
|
92
|
-
"
|
|
93
|
-
"
|
|
103
|
+
"none": "1",
|
|
104
|
+
"body": "1.5",
|
|
105
|
+
"base": "1.5rem",
|
|
106
|
+
"small": "1.25rem",
|
|
107
|
+
"xSmall": "1.125rem",
|
|
108
|
+
"zeta": "1.714286",
|
|
109
|
+
"epsilon": "1.5",
|
|
110
|
+
"delta": "1.263158",
|
|
111
|
+
"gamma": "1.52381",
|
|
112
|
+
"beta": "1.714286",
|
|
113
|
+
"alpha": "1.263158",
|
|
114
|
+
"giga": "1.411765"
|
|
94
115
|
}
|
|
95
116
|
}
|
|
96
117
|
};
|
package/dist/index.common.js
CHANGED
|
@@ -6,53 +6,69 @@ module.exports = {
|
|
|
6
6
|
"mono": "ui-monospace, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace"
|
|
7
7
|
},
|
|
8
8
|
"style": {
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
9
|
+
"body": {
|
|
10
|
+
"base": {
|
|
11
|
+
"fontFamily": "'Source Sans Pro', system-ui, -apple-system, 'Segoe UI'",
|
|
12
|
+
"fontSize": "16px",
|
|
13
|
+
"lineHeight": "1.5rem",
|
|
14
|
+
"fontWeight": "400"
|
|
15
|
+
},
|
|
16
|
+
"small": {
|
|
17
|
+
"fontFamily": "'Source Sans Pro', system-ui, -apple-system, 'Segoe UI'",
|
|
18
|
+
"fontSize": "14px",
|
|
19
|
+
"lineHeight": "1.25rem",
|
|
20
|
+
"fontWeight": "400"
|
|
21
|
+
},
|
|
22
|
+
"xSmall": {
|
|
23
|
+
"fontFamily": "'Source Sans Pro', system-ui, -apple-system, 'Segoe UI'",
|
|
24
|
+
"fontSize": "12px",
|
|
25
|
+
"lineHeight": "1.125rem",
|
|
26
|
+
"fontWeight": "400"
|
|
27
|
+
}
|
|
14
28
|
},
|
|
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
|
-
|
|
29
|
+
"headlines": {
|
|
30
|
+
"giga": {
|
|
31
|
+
"fontFamily": "'FK Display', 'Source Sans Pro', system-ui, -apple-system, 'Segoe UI', sans-serif",
|
|
32
|
+
"fontSize": "51px",
|
|
33
|
+
"lineHeight": "1.411765",
|
|
34
|
+
"fontWeight": "400"
|
|
35
|
+
},
|
|
36
|
+
"alpha": {
|
|
37
|
+
"fontFamily": "'FK Display', 'Source Sans Pro', system-ui, -apple-system, 'Segoe UI', sans-serif",
|
|
38
|
+
"fontSize": "38px",
|
|
39
|
+
"lineHeight": "1.263158",
|
|
40
|
+
"fontWeight": "400"
|
|
41
|
+
},
|
|
42
|
+
"beta": {
|
|
43
|
+
"fontFamily": "'FK Display', 'Source Sans Pro', system-ui, -apple-system, 'Segoe UI', sans-serif",
|
|
44
|
+
"fontSize": "28px",
|
|
45
|
+
"lineHeight": "1.714286",
|
|
46
|
+
"fontWeight": "400"
|
|
47
|
+
},
|
|
48
|
+
"gamma": {
|
|
49
|
+
"fontFamily": "'FK Display', 'Source Sans Pro', system-ui, -apple-system, 'Segoe UI', sans-serif",
|
|
50
|
+
"fontSize": "21px",
|
|
51
|
+
"lineHeight": "1.52381",
|
|
52
|
+
"fontWeight": "400"
|
|
53
|
+
},
|
|
54
|
+
"delta": {
|
|
55
|
+
"fontFamily": "'Source Sans Pro', system-ui, -apple-system, 'Segoe UI'",
|
|
56
|
+
"fontSize": "19px",
|
|
57
|
+
"lineHeight": "1.263158",
|
|
58
|
+
"fontWeight": "400"
|
|
59
|
+
},
|
|
60
|
+
"epsilon": {
|
|
61
|
+
"fontFamily": "'Source Sans Pro', system-ui, -apple-system, 'Segoe UI'",
|
|
62
|
+
"fontSize": "16px",
|
|
63
|
+
"lineHeight": "1.5",
|
|
64
|
+
"fontWeight": "400"
|
|
65
|
+
},
|
|
66
|
+
"zeta": {
|
|
67
|
+
"fontFamily": "'Source Sans Pro', system-ui, -apple-system, 'Segoe UI'",
|
|
68
|
+
"fontSize": "14px",
|
|
69
|
+
"lineHeight": "1.714286",
|
|
70
|
+
"fontWeight": "400"
|
|
71
|
+
}
|
|
56
72
|
}
|
|
57
73
|
},
|
|
58
74
|
"weight": {
|
|
@@ -61,8 +77,11 @@ module.exports = {
|
|
|
61
77
|
}
|
|
62
78
|
},
|
|
63
79
|
"size": {
|
|
80
|
+
"_fontScaleRatio": "1.3333",
|
|
64
81
|
"font": {
|
|
65
82
|
"base": "16px",
|
|
83
|
+
"xSmall": "12px",
|
|
84
|
+
"small": "14px",
|
|
66
85
|
"zeta": "14px",
|
|
67
86
|
"epsilon": "16px",
|
|
68
87
|
"delta": "19px",
|
|
@@ -80,16 +99,18 @@ module.exports = {
|
|
|
80
99
|
"widest": "0.1em"
|
|
81
100
|
},
|
|
82
101
|
"lineHeight": {
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
"
|
|
90
|
-
"
|
|
91
|
-
"
|
|
92
|
-
"
|
|
102
|
+
"none": "1",
|
|
103
|
+
"body": "1.5",
|
|
104
|
+
"base": "1.5rem",
|
|
105
|
+
"small": "1.25rem",
|
|
106
|
+
"xSmall": "1.125rem",
|
|
107
|
+
"zeta": "1.714286",
|
|
108
|
+
"epsilon": "1.5",
|
|
109
|
+
"delta": "1.263158",
|
|
110
|
+
"gamma": "1.52381",
|
|
111
|
+
"beta": "1.714286",
|
|
112
|
+
"alpha": "1.263158",
|
|
113
|
+
"giga": "1.411765"
|
|
93
114
|
}
|
|
94
115
|
}
|
|
95
116
|
}
|
|
@@ -1,61 +1,74 @@
|
|
|
1
1
|
@value font-family-base: 'Source Sans Pro', system-ui, -apple-system, 'Segoe UI';
|
|
2
2
|
@value font-family-display: 'FK Display', 'Source Sans Pro', system-ui, -apple-system, 'Segoe UI', sans-serif;
|
|
3
3
|
@value font-family-mono: ui-monospace, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
|
|
4
|
-
@value font-style-base-font-family: 'Source Sans Pro', system-ui, -apple-system, 'Segoe UI';
|
|
5
|
-
@value font-style-base-font-size: 16px;
|
|
6
|
-
@value font-style-base-line-height: 1.
|
|
7
|
-
@value font-style-base-font-weight: 400;
|
|
8
|
-
@value font-style-
|
|
9
|
-
@value font-style-
|
|
10
|
-
@value font-style-
|
|
11
|
-
@value font-style-
|
|
12
|
-
@value font-style-
|
|
13
|
-
@value font-style-
|
|
14
|
-
@value font-style-
|
|
15
|
-
@value font-style-
|
|
16
|
-
@value font-style-
|
|
17
|
-
@value font-style-
|
|
18
|
-
@value font-style-
|
|
19
|
-
@value font-style-
|
|
20
|
-
@value font-style-
|
|
21
|
-
@value font-style-
|
|
22
|
-
@value font-style-
|
|
23
|
-
@value font-style-
|
|
24
|
-
@value font-style-
|
|
25
|
-
@value font-style-
|
|
26
|
-
@value font-style-
|
|
27
|
-
@value font-style-
|
|
28
|
-
@value font-style-
|
|
29
|
-
@value font-style-
|
|
30
|
-
@value font-style-
|
|
31
|
-
@value font-style-
|
|
32
|
-
@value font-style-
|
|
33
|
-
@value font-style-
|
|
34
|
-
@value font-style-
|
|
35
|
-
@value font-style-
|
|
4
|
+
@value font-style-body-base-font-family: 'Source Sans Pro', system-ui, -apple-system, 'Segoe UI';
|
|
5
|
+
@value font-style-body-base-font-size: 16px;
|
|
6
|
+
@value font-style-body-base-line-height: 1.5rem;
|
|
7
|
+
@value font-style-body-base-font-weight: 400;
|
|
8
|
+
@value font-style-body-small-font-family: 'Source Sans Pro', system-ui, -apple-system, 'Segoe UI';
|
|
9
|
+
@value font-style-body-small-font-size: 14px;
|
|
10
|
+
@value font-style-body-small-line-height: 1.25rem;
|
|
11
|
+
@value font-style-body-small-font-weight: 400;
|
|
12
|
+
@value font-style-body-x-small-font-family: 'Source Sans Pro', system-ui, -apple-system, 'Segoe UI';
|
|
13
|
+
@value font-style-body-x-small-font-size: 12px;
|
|
14
|
+
@value font-style-body-x-small-line-height: 1.125rem;
|
|
15
|
+
@value font-style-body-x-small-font-weight: 400;
|
|
16
|
+
@value font-style-headlines-giga-font-family: 'FK Display', 'Source Sans Pro', system-ui, -apple-system, 'Segoe UI', sans-serif;
|
|
17
|
+
@value font-style-headlines-giga-font-size: 51px;
|
|
18
|
+
@value font-style-headlines-giga-line-height: 1.411765;
|
|
19
|
+
@value font-style-headlines-giga-font-weight: 400;
|
|
20
|
+
@value font-style-headlines-alpha-font-family: 'FK Display', 'Source Sans Pro', system-ui, -apple-system, 'Segoe UI', sans-serif;
|
|
21
|
+
@value font-style-headlines-alpha-font-size: 38px;
|
|
22
|
+
@value font-style-headlines-alpha-line-height: 1.263158;
|
|
23
|
+
@value font-style-headlines-alpha-font-weight: 400;
|
|
24
|
+
@value font-style-headlines-beta-font-family: 'FK Display', 'Source Sans Pro', system-ui, -apple-system, 'Segoe UI', sans-serif;
|
|
25
|
+
@value font-style-headlines-beta-font-size: 28px;
|
|
26
|
+
@value font-style-headlines-beta-line-height: 1.714286;
|
|
27
|
+
@value font-style-headlines-beta-font-weight: 400;
|
|
28
|
+
@value font-style-headlines-gamma-font-family: 'FK Display', 'Source Sans Pro', system-ui, -apple-system, 'Segoe UI', sans-serif;
|
|
29
|
+
@value font-style-headlines-gamma-font-size: 21px;
|
|
30
|
+
@value font-style-headlines-gamma-line-height: 1.52381;
|
|
31
|
+
@value font-style-headlines-gamma-font-weight: 400;
|
|
32
|
+
@value font-style-headlines-delta-font-family: 'Source Sans Pro', system-ui, -apple-system, 'Segoe UI';
|
|
33
|
+
@value font-style-headlines-delta-font-size: 19px;
|
|
34
|
+
@value font-style-headlines-delta-line-height: 1.263158;
|
|
35
|
+
@value font-style-headlines-delta-font-weight: 400;
|
|
36
|
+
@value font-style-headlines-epsilon-font-family: 'Source Sans Pro', system-ui, -apple-system, 'Segoe UI';
|
|
37
|
+
@value font-style-headlines-epsilon-font-size: 16px;
|
|
38
|
+
@value font-style-headlines-epsilon-line-height: 1.5;
|
|
39
|
+
@value font-style-headlines-epsilon-font-weight: 400;
|
|
40
|
+
@value font-style-headlines-zeta-font-family: 'Source Sans Pro', system-ui, -apple-system, 'Segoe UI';
|
|
41
|
+
@value font-style-headlines-zeta-font-size: 14px;
|
|
42
|
+
@value font-style-headlines-zeta-line-height: 1.714286;
|
|
43
|
+
@value font-style-headlines-zeta-font-weight: 400;
|
|
36
44
|
@value font-weight-normal: 400;
|
|
37
45
|
@value font-weight-semibold: 600;
|
|
46
|
+
@value size-font-scale-ratio: 1.3333; /* Modular scale ratio */
|
|
38
47
|
@value size-font-base: 16px;
|
|
48
|
+
@value size-font-x-small: 12px; /* 12 */
|
|
49
|
+
@value size-font-small: 14px; /* 14 */
|
|
39
50
|
@value size-font-zeta: 14px;
|
|
40
|
-
@value size-font-epsilon: 16px;
|
|
41
|
-
@value size-font-delta: 19px;
|
|
42
|
-
@value size-font-gamma: 21px;
|
|
43
|
-
@value size-font-beta: 28px;
|
|
44
|
-
@value size-font-alpha: 38px;
|
|
45
|
-
@value size-font-giga: 51px;
|
|
51
|
+
@value size-font-epsilon: 16px; /* 16 */
|
|
52
|
+
@value size-font-delta: 19px; /* 19 */
|
|
53
|
+
@value size-font-gamma: 21px; /* 21 */
|
|
54
|
+
@value size-font-beta: 28px; /* 28 */
|
|
55
|
+
@value size-font-alpha: 38px; /* 38 */
|
|
56
|
+
@value size-font-giga: 51px; /* 51 */
|
|
46
57
|
@value size-letter-spacing-tighter: -0.05em;
|
|
47
58
|
@value size-letter-spacing-tight: -0.025em;
|
|
48
59
|
@value size-letter-spacing-normal: normal;
|
|
49
60
|
@value size-letter-spacing-wide: 0.025em;
|
|
50
61
|
@value size-letter-spacing-wider: 0.05em;
|
|
51
62
|
@value size-letter-spacing-widest: 0.1em;
|
|
52
|
-
@value size-line-height-base: 24px;
|
|
53
63
|
@value size-line-height-none: 1;
|
|
54
|
-
@value size-line-height-
|
|
55
|
-
@value size-line-height-
|
|
56
|
-
@value size-line-height-
|
|
57
|
-
@value size-line-height-
|
|
58
|
-
@value size-line-height-
|
|
59
|
-
@value size-line-height-
|
|
60
|
-
@value size-line-height-
|
|
61
|
-
@value size-line-height-
|
|
64
|
+
@value size-line-height-body: 1.5;
|
|
65
|
+
@value size-line-height-base: 1.5rem; /* 24 */
|
|
66
|
+
@value size-line-height-small: 1.25rem; /* 20 */
|
|
67
|
+
@value size-line-height-x-small: 1.125rem; /* 18 */
|
|
68
|
+
@value size-line-height-zeta: 1.714286; /* 14/24 */
|
|
69
|
+
@value size-line-height-epsilon: 1.5; /* 16/24 */
|
|
70
|
+
@value size-line-height-delta: 1.263158; /* 19/24 */
|
|
71
|
+
@value size-line-height-gamma: 1.52381; /* 21/32 */
|
|
72
|
+
@value size-line-height-beta: 1.714286; /* 28/48 */
|
|
73
|
+
@value size-line-height-alpha: 1.263158; /* 38/48 */
|
|
74
|
+
@value size-line-height-giga: 1.411765; /* 51/72 */
|
|
@@ -1,68 +1,81 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Wed,
|
|
3
|
+
* Generated on Wed, 05 Apr 2023 10:48:31 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
7
7
|
--font-family-base: 'Source Sans Pro', system-ui, -apple-system, 'Segoe UI';
|
|
8
8
|
--font-family-display: 'FK Display', 'Source Sans Pro', system-ui, -apple-system, 'Segoe UI', sans-serif;
|
|
9
9
|
--font-family-mono: ui-monospace, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
|
|
10
|
-
--font-style-base-font-family: 'Source Sans Pro', system-ui, -apple-system, 'Segoe UI';
|
|
11
|
-
--font-style-base-font-size: 16px;
|
|
12
|
-
--font-style-base-line-height: 1.
|
|
13
|
-
--font-style-base-font-weight: 400;
|
|
14
|
-
--font-style-
|
|
15
|
-
--font-style-
|
|
16
|
-
--font-style-
|
|
17
|
-
--font-style-
|
|
18
|
-
--font-style-
|
|
19
|
-
--font-style-
|
|
20
|
-
--font-style-
|
|
21
|
-
--font-style-
|
|
22
|
-
--font-style-
|
|
23
|
-
--font-style-
|
|
24
|
-
--font-style-
|
|
25
|
-
--font-style-
|
|
26
|
-
--font-style-
|
|
27
|
-
--font-style-
|
|
28
|
-
--font-style-
|
|
29
|
-
--font-style-
|
|
30
|
-
--font-style-
|
|
31
|
-
--font-style-
|
|
32
|
-
--font-style-
|
|
33
|
-
--font-style-
|
|
34
|
-
--font-style-
|
|
35
|
-
--font-style-
|
|
36
|
-
--font-style-
|
|
37
|
-
--font-style-
|
|
38
|
-
--font-style-
|
|
39
|
-
--font-style-
|
|
40
|
-
--font-style-
|
|
41
|
-
--font-style-
|
|
10
|
+
--font-style-body-base-font-family: 'Source Sans Pro', system-ui, -apple-system, 'Segoe UI';
|
|
11
|
+
--font-style-body-base-font-size: 16px;
|
|
12
|
+
--font-style-body-base-line-height: 1.5rem;
|
|
13
|
+
--font-style-body-base-font-weight: 400;
|
|
14
|
+
--font-style-body-small-font-family: 'Source Sans Pro', system-ui, -apple-system, 'Segoe UI';
|
|
15
|
+
--font-style-body-small-font-size: 14px;
|
|
16
|
+
--font-style-body-small-line-height: 1.25rem;
|
|
17
|
+
--font-style-body-small-font-weight: 400;
|
|
18
|
+
--font-style-body-x-small-font-family: 'Source Sans Pro', system-ui, -apple-system, 'Segoe UI';
|
|
19
|
+
--font-style-body-x-small-font-size: 12px;
|
|
20
|
+
--font-style-body-x-small-line-height: 1.125rem;
|
|
21
|
+
--font-style-body-x-small-font-weight: 400;
|
|
22
|
+
--font-style-headlines-giga-font-family: 'FK Display', 'Source Sans Pro', system-ui, -apple-system, 'Segoe UI', sans-serif;
|
|
23
|
+
--font-style-headlines-giga-font-size: 51px;
|
|
24
|
+
--font-style-headlines-giga-line-height: 1.411765;
|
|
25
|
+
--font-style-headlines-giga-font-weight: 400;
|
|
26
|
+
--font-style-headlines-alpha-font-family: 'FK Display', 'Source Sans Pro', system-ui, -apple-system, 'Segoe UI', sans-serif;
|
|
27
|
+
--font-style-headlines-alpha-font-size: 38px;
|
|
28
|
+
--font-style-headlines-alpha-line-height: 1.263158;
|
|
29
|
+
--font-style-headlines-alpha-font-weight: 400;
|
|
30
|
+
--font-style-headlines-beta-font-family: 'FK Display', 'Source Sans Pro', system-ui, -apple-system, 'Segoe UI', sans-serif;
|
|
31
|
+
--font-style-headlines-beta-font-size: 28px;
|
|
32
|
+
--font-style-headlines-beta-line-height: 1.714286;
|
|
33
|
+
--font-style-headlines-beta-font-weight: 400;
|
|
34
|
+
--font-style-headlines-gamma-font-family: 'FK Display', 'Source Sans Pro', system-ui, -apple-system, 'Segoe UI', sans-serif;
|
|
35
|
+
--font-style-headlines-gamma-font-size: 21px;
|
|
36
|
+
--font-style-headlines-gamma-line-height: 1.52381;
|
|
37
|
+
--font-style-headlines-gamma-font-weight: 400;
|
|
38
|
+
--font-style-headlines-delta-font-family: 'Source Sans Pro', system-ui, -apple-system, 'Segoe UI';
|
|
39
|
+
--font-style-headlines-delta-font-size: 19px;
|
|
40
|
+
--font-style-headlines-delta-line-height: 1.263158;
|
|
41
|
+
--font-style-headlines-delta-font-weight: 400;
|
|
42
|
+
--font-style-headlines-epsilon-font-family: 'Source Sans Pro', system-ui, -apple-system, 'Segoe UI';
|
|
43
|
+
--font-style-headlines-epsilon-font-size: 16px;
|
|
44
|
+
--font-style-headlines-epsilon-line-height: 1.5;
|
|
45
|
+
--font-style-headlines-epsilon-font-weight: 400;
|
|
46
|
+
--font-style-headlines-zeta-font-family: 'Source Sans Pro', system-ui, -apple-system, 'Segoe UI';
|
|
47
|
+
--font-style-headlines-zeta-font-size: 14px;
|
|
48
|
+
--font-style-headlines-zeta-line-height: 1.714286;
|
|
49
|
+
--font-style-headlines-zeta-font-weight: 400;
|
|
42
50
|
--font-weight-normal: 400;
|
|
43
51
|
--font-weight-semibold: 600;
|
|
52
|
+
--size-font-scale-ratio: 1.3333; /* Modular scale ratio */
|
|
44
53
|
--size-font-base: 16px;
|
|
54
|
+
--size-font-x-small: 12px; /* 12 */
|
|
55
|
+
--size-font-small: 14px; /* 14 */
|
|
45
56
|
--size-font-zeta: 14px;
|
|
46
|
-
--size-font-epsilon: 16px;
|
|
47
|
-
--size-font-delta: 19px;
|
|
48
|
-
--size-font-gamma: 21px;
|
|
49
|
-
--size-font-beta: 28px;
|
|
50
|
-
--size-font-alpha: 38px;
|
|
51
|
-
--size-font-giga: 51px;
|
|
57
|
+
--size-font-epsilon: 16px; /* 16 */
|
|
58
|
+
--size-font-delta: 19px; /* 19 */
|
|
59
|
+
--size-font-gamma: 21px; /* 21 */
|
|
60
|
+
--size-font-beta: 28px; /* 28 */
|
|
61
|
+
--size-font-alpha: 38px; /* 38 */
|
|
62
|
+
--size-font-giga: 51px; /* 51 */
|
|
52
63
|
--size-letter-spacing-tighter: -0.05em;
|
|
53
64
|
--size-letter-spacing-tight: -0.025em;
|
|
54
65
|
--size-letter-spacing-normal: normal;
|
|
55
66
|
--size-letter-spacing-wide: 0.025em;
|
|
56
67
|
--size-letter-spacing-wider: 0.05em;
|
|
57
68
|
--size-letter-spacing-widest: 0.1em;
|
|
58
|
-
--size-line-height-base: 24px;
|
|
59
69
|
--size-line-height-none: 1;
|
|
60
|
-
--size-line-height-
|
|
61
|
-
--size-line-height-
|
|
62
|
-
--size-line-height-
|
|
63
|
-
--size-line-height-
|
|
64
|
-
--size-line-height-
|
|
65
|
-
--size-line-height-
|
|
66
|
-
--size-line-height-
|
|
67
|
-
--size-line-height-
|
|
70
|
+
--size-line-height-body: 1.5;
|
|
71
|
+
--size-line-height-base: 1.5rem; /* 24 */
|
|
72
|
+
--size-line-height-small: 1.25rem; /* 20 */
|
|
73
|
+
--size-line-height-x-small: 1.125rem; /* 18 */
|
|
74
|
+
--size-line-height-zeta: 1.714286; /* 14/24 */
|
|
75
|
+
--size-line-height-epsilon: 1.5; /* 16/24 */
|
|
76
|
+
--size-line-height-delta: 1.263158; /* 19/24 */
|
|
77
|
+
--size-line-height-gamma: 1.52381; /* 21/32 */
|
|
78
|
+
--size-line-height-beta: 1.714286; /* 28/48 */
|
|
79
|
+
--size-line-height-alpha: 1.263158; /* 38/48 */
|
|
80
|
+
--size-line-height-giga: 1.411765; /* 51/72 */
|
|
68
81
|
}
|