Skip to content

Commit 2be5548

Browse files
committed
soft renamed to light
1 parent 369a3c6 commit 2be5548

File tree

2 files changed

+61
-9
lines changed

2 files changed

+61
-9
lines changed

packages/core-design-system/design-tokens/breakpoint/desktop.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
},
121121
"$description": "Monospaced typography that ensures character alignment for technical content. Maintains consistent spacing and character width to preserve code formatting while integrating harmoniously with surrounding text.\n\nCommon uses: Code snippets and examples, Terminal command instructions, File paths and system references, API endpoints."
122122
},
123-
"soft": {
123+
"light": {
124124
"$type": "typography",
125125
"$value": {
126126
"fontFamily": "{fontFamily.default}",
@@ -165,7 +165,7 @@
165165
},
166166
"$description": "Emphasized component text for important interactive elements. Increases visual prominence without affecting component height. Ensures consistent vertical alignment within fixed-height UI elements."
167167
},
168-
"soft": {
168+
"light": {
169169
"$type": "typography",
170170
"$value": {
171171
"fontFamily": "{fontFamily.default}",
@@ -212,7 +212,7 @@
212212
"paragraphSpacing": "0.375rem"
213213
}
214214
},
215-
"soft": {
215+
"light": {
216216
"$type": "typography",
217217
"$value": {
218218
"fontFamily": "{fontFamily.default}",
@@ -267,7 +267,7 @@
267267
"letterSpacing": "{tracking.normal}"
268268
}
269269
},
270-
"soft": {
270+
"light": {
271271
"$type": "typography",
272272
"$value": {
273273
"fontFamily": "{fontFamily.default}",

packages/core-design-system/design-tokens/core/typography.json

Lines changed: 57 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -177,16 +177,68 @@
177177
"default": {
178178
"$type": "fontFamilies",
179179
"$value": [
180-
"Inter",
181-
"system-ui",
182-
"sans-serif"
180+
{
181+
"0": "I",
182+
"1": "n",
183+
"2": "t",
184+
"3": "e",
185+
"4": "r"
186+
},
187+
{
188+
"0": "s",
189+
"1": "y",
190+
"2": "s",
191+
"3": "t",
192+
"4": "e",
193+
"5": "m",
194+
"6": "-",
195+
"7": "u",
196+
"8": "i"
197+
},
198+
{
199+
"0": "s",
200+
"1": "a",
201+
"2": "n",
202+
"3": "s",
203+
"4": "-",
204+
"5": "s",
205+
"6": "e",
206+
"7": "r",
207+
"8": "i",
208+
"9": "f"
209+
}
183210
]
184211
},
185212
"mono": {
186213
"$type": "fontFamilies",
187214
"$value": [
188-
"JetBrains Mono",
189-
"monospace"
215+
{
216+
"0": "J",
217+
"1": "e",
218+
"2": "t",
219+
"3": "B",
220+
"4": "r",
221+
"5": "a",
222+
"6": "i",
223+
"7": "n",
224+
"8": "s",
225+
"9": " ",
226+
"10": "M",
227+
"11": "o",
228+
"12": "n",
229+
"13": "o"
230+
},
231+
{
232+
"0": "m",
233+
"1": "o",
234+
"2": "n",
235+
"3": "o",
236+
"4": "s",
237+
"5": "p",
238+
"6": "a",
239+
"7": "c",
240+
"8": "e"
241+
}
190242
]
191243
}
192244
},

0 commit comments

Comments
 (0)