Skip to content

Commit 6d73a2d

Browse files
yungu0010claude
andcommitted
[Add] tokens/semantic/typography.json 추가
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent cbba4f5 commit 6d73a2d

1 file changed

Lines changed: 138 additions & 0 deletions

File tree

tokens/semantic/typography.json

Lines changed: 138 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,138 @@
1+
{
2+
"typography": {
3+
"heading": {
4+
"1": {
5+
"$value": {
6+
"fontWeight": "{typography.base.weight.bold}",
7+
"fontSize": "{typography.base.size.t32}",
8+
"lineHeight": "{typography.base.lineHeight.t48}",
9+
"letterSpacing": "{typography.base.letterSpacing.default}"
10+
},
11+
"$type": "typography"
12+
},
13+
"2": {
14+
"$value": {
15+
"fontWeight": "{typography.base.weight.bold}",
16+
"fontSize": "{typography.base.size.t24}",
17+
"lineHeight": "{typography.base.lineHeight.t36}",
18+
"letterSpacing": "{typography.base.letterSpacing.default}"
19+
},
20+
"$type": "typography"
21+
},
22+
"3": {
23+
"$value": {
24+
"fontWeight": "{typography.base.weight.bold}",
25+
"fontSize": "{typography.base.size.t20}",
26+
"lineHeight": "{typography.base.lineHeight.t30}",
27+
"letterSpacing": "{typography.base.letterSpacing.default}"
28+
},
29+
"$type": "typography"
30+
},
31+
"4": {
32+
"$value": {
33+
"fontWeight": "{typography.base.weight.bold}",
34+
"fontSize": "{typography.base.size.t16}",
35+
"lineHeight": "{typography.base.lineHeight.t24}",
36+
"letterSpacing": "{typography.base.letterSpacing.wide}"
37+
},
38+
"$type": "typography"
39+
}
40+
},
41+
"title": {
42+
"1": {
43+
"$value": {
44+
"fontWeight": "{typography.base.weight.semibold}",
45+
"fontSize": "{typography.base.size.t28}",
46+
"lineHeight": "{typography.base.lineHeight.t42}",
47+
"letterSpacing": "{typography.base.letterSpacing.default}"
48+
},
49+
"$type": "typography"
50+
},
51+
"2": {
52+
"$value": {
53+
"fontWeight": "{typography.base.weight.semibold}",
54+
"fontSize": "{typography.base.size.t24}",
55+
"lineHeight": "{typography.base.lineHeight.t36}",
56+
"letterSpacing": "{typography.base.letterSpacing.default}"
57+
},
58+
"$type": "typography"
59+
},
60+
"3": {
61+
"$value": {
62+
"fontWeight": "{typography.base.weight.semibold}",
63+
"fontSize": "{typography.base.size.t20}",
64+
"lineHeight": "{typography.base.lineHeight.t30}",
65+
"letterSpacing": "{typography.base.letterSpacing.default}"
66+
},
67+
"$type": "typography"
68+
},
69+
"4": {
70+
"$value": {
71+
"fontWeight": "{typography.base.weight.semibold}",
72+
"fontSize": "{typography.base.size.t16}",
73+
"lineHeight": "{typography.base.lineHeight.t24}",
74+
"letterSpacing": "{typography.base.letterSpacing.wide}"
75+
},
76+
"$type": "typography"
77+
}
78+
},
79+
"body": {
80+
"1": {
81+
"$value": {
82+
"fontWeight": "{typography.base.weight.regular}",
83+
"fontSize": "{typography.base.size.t16}",
84+
"lineHeight": "{typography.base.lineHeight.t26}",
85+
"letterSpacing": "{typography.base.letterSpacing.wide}"
86+
},
87+
"$type": "typography"
88+
},
89+
"2": {
90+
"$value": {
91+
"fontWeight": "{typography.base.weight.regular}",
92+
"fontSize": "{typography.base.size.t14}",
93+
"lineHeight": "{typography.base.lineHeight.t22}",
94+
"letterSpacing": "{typography.base.letterSpacing.wide}"
95+
},
96+
"$type": "typography"
97+
}
98+
},
99+
"label": {
100+
"1": {
101+
"$value": {
102+
"fontWeight": "{typography.base.weight.semibold}",
103+
"fontSize": "{typography.base.size.t18}",
104+
"lineHeight": "{typography.base.lineHeight.t24}",
105+
"letterSpacing": "{typography.base.letterSpacing.default}"
106+
},
107+
"$type": "typography"
108+
},
109+
"2": {
110+
"$value": {
111+
"fontWeight": "{typography.base.weight.semibold}",
112+
"fontSize": "{typography.base.size.t16}",
113+
"lineHeight": "{typography.base.lineHeight.t22}",
114+
"letterSpacing": "{typography.base.letterSpacing.default}"
115+
},
116+
"$type": "typography"
117+
},
118+
"3": {
119+
"$value": {
120+
"fontWeight": "{typography.base.weight.semibold}",
121+
"fontSize": "{typography.base.size.t14}",
122+
"lineHeight": "{typography.base.lineHeight.t18}",
123+
"letterSpacing": "{typography.base.letterSpacing.default}"
124+
},
125+
"$type": "typography"
126+
},
127+
"4": {
128+
"$value": {
129+
"fontWeight": "{typography.base.weight.semibold}",
130+
"fontSize": "{typography.base.size.t12}",
131+
"lineHeight": "{typography.base.lineHeight.t16}",
132+
"letterSpacing": "{typography.base.letterSpacing.default}"
133+
},
134+
"$type": "typography"
135+
}
136+
}
137+
}
138+
}

0 commit comments

Comments
 (0)