Skip to content

Commit f30fd00

Browse files
committed
[Change] 타이포 토큰 업데이트
1 parent f2517c4 commit f30fd00

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

tokens/semantic/typography.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,16 @@
6767
"$type": "typography"
6868
},
6969
"4": {
70+
"$value": {
71+
"fontWeight": "{typography.base.weight.semibold}",
72+
"fontSize": "{typography.base.size.t18}",
73+
"lineHeight": "{typography.base.lineHeight.t26}",
74+
"letterSpacing": "{typography.base.letterSpacing.default}"
75+
},
76+
"$type": "typography"
77+
}
78+
},
79+
"5": {
7080
"$value": {
7181
"fontWeight": "{typography.base.weight.semibold}",
7282
"fontSize": "{typography.base.size.t16}",
@@ -96,6 +106,16 @@
96106
"$type": "typography"
97107
}
98108
},
109+
"3": {
110+
"$value": {
111+
"fontWeight": "{typography.base.weight.regular}",
112+
"fontSize": "{typography.base.size.t12}",
113+
"lineHeight": "{typography.base.lineHeight.t18}",
114+
"letterSpacing": "{typography.base.letterSpacing.wide}"
115+
},
116+
"$type": "typography"
117+
}
118+
},
99119
"label": {
100120
"1": {
101121
"$value": {

0 commit comments

Comments
 (0)