You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: design-tokens/primitives/modes/typography/size/large.json
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,11 @@
2
2
"font-scale": {
3
3
"_base": {
4
4
"$type": "number",
5
-
"$value": "21",
6
-
"$description": "The font size (in px) to use as the basis for the scale. Is used as font-size.4."
5
+
"$value": "21"
7
6
},
8
7
"_ratio": {
9
8
"$type": "number",
10
-
"$value": "1.146",
11
-
"$description": "The ratio used to calculate each step in the scale. Must be larger than 1 (a ratio of 1 would make all font sizes the same, while a number between 0 and 1 effectively inverts the scale). Larger numbers result in a larger font-size.10 and a smaller font-size.1."
Copy file name to clipboardExpand all lines: design-tokens/primitives/modes/typography/size/medium.json
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,11 @@
2
2
"font-scale": {
3
3
"_base": {
4
4
"$type": "number",
5
-
"$value": "18",
6
-
"$description": "The font size (in px) to use as the basis for the scale. Is used as font-size.4."
5
+
"$value": "18"
7
6
},
8
7
"_ratio": {
9
8
"$type": "number",
10
-
"$value": "1.143",
11
-
"$description": "The ratio used to calculate each step in the scale. Must be larger than 1 (a ratio of 1 would make all font sizes the same, while a number between 0 and 1 effectively inverts the scale). Larger numbers result in a larger font-size.10 and a smaller font-size.1."
Copy file name to clipboardExpand all lines: design-tokens/primitives/modes/typography/size/small.json
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,11 @@
2
2
"font-scale": {
3
3
"_base": {
4
4
"$type": "number",
5
-
"$value": "16",
6
-
"$description": "The font size (in px) to use as the basis for the scale. Is used as font-size.4."
5
+
"$value": "16"
7
6
},
8
7
"_ratio": {
9
8
"$type": "number",
10
-
"$value": "1.131",
11
-
"$description": "The ratio used to calculate each step in the scale. Must be larger than 1 (a ratio of 1 would make all font sizes the same, while a number between 0 and 1 effectively inverts the scale). Larger numbers result in a larger font-size.10 and a smaller font-size.1."
0 commit comments