We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a4cab0 commit e518fddCopy full SHA for e518fdd
src/tokens/Typography.tsx
@@ -8,6 +8,14 @@ export const Typography = () => {
8
<div className='flex flex-col gap-4'>
9
<h3 className='text-std-24B-150'>Display (Dsp)</h3>
10
<div className='flex flex-col gap-2'>
11
+ <h4 className='text-std-20B-160 my-4'>Bold</h4>
12
+ <p className='text-dsp-64B-140'>dsp-64B-140 デザインシステム</p>
13
+ <p className='text-dsp-57B-140'>dsp-57B-140 デザインシステム</p>
14
+ <p className='text-dsp-48B-140'>dsp-48B-140 デザインシステム</p>
15
+ </div>
16
+
17
+ <div className='flex flex-col gap-2'>
18
+ <h4 className='text-std-20B-160 my-4'>Normal</h4>
19
<p className='text-dsp-64N-140'>dsp-64N-140 デザインシステム</p>
20
<p className='text-dsp-57N-140'>dsp-57N-140 デザインシステム</p>
21
<p className='text-dsp-48N-140'>dsp-48N-140 デザインシステム</p>
0 commit comments