Skip to content

Commit a0dca6d

Browse files
committed
feat (design-tokens) : 텍스트 스타일 추가
1 parent 1c800ab commit a0dca6d

File tree

1 file changed

+304
-0
lines changed

1 file changed

+304
-0
lines changed

tokens/design-tokens.json

Lines changed: 304 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,310 @@
495495
"style": "solid"
496496
},
497497
"type": "border"
498+
},
499+
"fontFamilies": {
500+
"suit-variable": {
501+
"value": "SUIT Variable",
502+
"type": "fontFamilies"
503+
}
504+
},
505+
"lineHeights": {
506+
"0": {
507+
"value": "140%",
508+
"type": "lineHeights"
509+
},
510+
"1": {
511+
"value": "120%",
512+
"type": "lineHeights"
513+
},
514+
"2": {
515+
"value": "140%",
516+
"type": "lineHeights"
517+
},
518+
"3": {
519+
"value": "140%",
520+
"type": "lineHeights"
521+
},
522+
"4": {
523+
"value": "140%",
524+
"type": "lineHeights"
525+
},
526+
"5": {
527+
"value": "120%",
528+
"type": "lineHeights"
529+
},
530+
"6": {
531+
"value": "120%",
532+
"type": "lineHeights"
533+
},
534+
"7": {
535+
"value": "140%",
536+
"type": "lineHeights"
537+
}
538+
},
539+
"fontWeights": {
540+
"suit-variable-0": {
541+
"value": "Bold",
542+
"type": "fontWeights"
543+
},
544+
"suit-variable-1": {
545+
"value": "Regular",
546+
"type": "fontWeights"
547+
},
548+
"suit-variable-2": {
549+
"value": "Medium",
550+
"type": "fontWeights"
551+
}
552+
},
553+
"fontSize": {
554+
"0": {
555+
"value": "24",
556+
"type": "fontSizes"
557+
},
558+
"1": {
559+
"value": "16",
560+
"type": "fontSizes"
561+
},
562+
"2": {
563+
"value": "16",
564+
"type": "fontSizes"
565+
},
566+
"3": {
567+
"value": "14",
568+
"type": "fontSizes"
569+
},
570+
"4": {
571+
"value": "14",
572+
"type": "fontSizes"
573+
},
574+
"5": {
575+
"value": "20",
576+
"type": "fontSizes"
577+
},
578+
"6": {
579+
"value": "20",
580+
"type": "fontSizes"
581+
},
582+
"7": {
583+
"value": "12",
584+
"type": "fontSizes"
585+
}
586+
},
587+
"letterSpacing": {
588+
"0": {
589+
"value": "-1%",
590+
"type": "letterSpacing"
591+
},
592+
"1": {
593+
"value": "-1%",
594+
"type": "letterSpacing"
595+
},
596+
"2": {
597+
"value": "-1%",
598+
"type": "letterSpacing"
599+
},
600+
"3": {
601+
"value": "-1%",
602+
"type": "letterSpacing"
603+
},
604+
"4": {
605+
"value": "-1%",
606+
"type": "letterSpacing"
607+
},
608+
"5": {
609+
"value": "-1%",
610+
"type": "letterSpacing"
611+
},
612+
"6": {
613+
"value": "-1%",
614+
"type": "letterSpacing"
615+
},
616+
"7": {
617+
"value": "-1%",
618+
"type": "letterSpacing"
619+
}
620+
},
621+
"paragraphSpacing": {
622+
"0": {
623+
"value": "0",
624+
"type": "paragraphSpacing"
625+
},
626+
"1": {
627+
"value": "0",
628+
"type": "paragraphSpacing"
629+
},
630+
"2": {
631+
"value": "0",
632+
"type": "paragraphSpacing"
633+
},
634+
"3": {
635+
"value": "0",
636+
"type": "paragraphSpacing"
637+
},
638+
"4": {
639+
"value": "0",
640+
"type": "paragraphSpacing"
641+
},
642+
"5": {
643+
"value": "0",
644+
"type": "paragraphSpacing"
645+
},
646+
"6": {
647+
"value": "0",
648+
"type": "paragraphSpacing"
649+
},
650+
"7": {
651+
"value": "0",
652+
"type": "paragraphSpacing"
653+
}
654+
},
655+
"title": {
656+
"L(24px)": {
657+
"bold": {
658+
"value": {
659+
"fontFamily": "{fontFamilies.suit-variable}",
660+
"fontWeight": "{fontWeights.suit-variable-0}",
661+
"lineHeight": "{lineHeights.0}",
662+
"fontSize": "{fontSize.0}",
663+
"letterSpacing": "{letterSpacing.0}",
664+
"paragraphSpacing": "{paragraphSpacing.0}",
665+
"paragraphIndent": "{paragraphIndent.0}",
666+
"textCase": "{textCase.none}",
667+
"textDecoration": "{textDecoration.none}"
668+
},
669+
"type": "typography"
670+
}
671+
},
672+
"S(16px)": {
673+
"Bold": {
674+
"value": {
675+
"fontFamily": "{fontFamilies.suit-variable}",
676+
"fontWeight": "{fontWeights.suit-variable-0}",
677+
"lineHeight": "{lineHeights.1}",
678+
"fontSize": "{fontSize.1}",
679+
"letterSpacing": "{letterSpacing.0}",
680+
"paragraphSpacing": "{paragraphSpacing.0}",
681+
"paragraphIndent": "{paragraphIndent.0}",
682+
"textCase": "{textCase.none}",
683+
"textDecoration": "{textDecoration.none}"
684+
},
685+
"type": "typography"
686+
}
687+
}
688+
},
689+
"body": {
690+
"M(16px)": {
691+
"Regular": {
692+
"value": {
693+
"fontFamily": "{fontFamilies.suit-variable}",
694+
"fontWeight": "{fontWeights.suit-variable-1}",
695+
"lineHeight": "{lineHeights.0}",
696+
"fontSize": "{fontSize.1}",
697+
"letterSpacing": "{letterSpacing.0}",
698+
"paragraphSpacing": "{paragraphSpacing.0}",
699+
"paragraphIndent": "{paragraphIndent.0}",
700+
"textCase": "{textCase.none}",
701+
"textDecoration": "{textDecoration.none}"
702+
},
703+
"type": "typography"
704+
}
705+
},
706+
"S(14px)": {
707+
"medium": {
708+
"value": {
709+
"fontFamily": "{fontFamilies.suit-variable}",
710+
"fontWeight": "{fontWeights.suit-variable-2}",
711+
"lineHeight": "{lineHeights.0}",
712+
"fontSize": "{fontSize.3}",
713+
"letterSpacing": "{letterSpacing.0}",
714+
"paragraphSpacing": "{paragraphSpacing.0}",
715+
"paragraphIndent": "{paragraphIndent.0}",
716+
"textCase": "{textCase.none}",
717+
"textDecoration": "{textDecoration.none}"
718+
},
719+
"type": "typography"
720+
},
721+
"bold": {
722+
"value": {
723+
"fontFamily": "{fontFamilies.suit-variable}",
724+
"fontWeight": "{fontWeights.suit-variable-0}",
725+
"lineHeight": "{lineHeights.0}",
726+
"fontSize": "{fontSize.3}",
727+
"letterSpacing": "{letterSpacing.0}",
728+
"paragraphSpacing": "{paragraphSpacing.0}",
729+
"paragraphIndent": "{paragraphIndent.0}",
730+
"textCase": "{textCase.none}",
731+
"textDecoration": "{textDecoration.none}"
732+
},
733+
"type": "typography"
734+
}
735+
},
736+
"L(20px)": {
737+
"bold": {
738+
"value": {
739+
"fontFamily": "{fontFamilies.suit-variable}",
740+
"fontWeight": "{fontWeights.suit-variable-0}",
741+
"lineHeight": "{lineHeights.1}",
742+
"fontSize": "{fontSize.5}",
743+
"letterSpacing": "{letterSpacing.0}",
744+
"paragraphSpacing": "{paragraphSpacing.0}",
745+
"paragraphIndent": "{paragraphIndent.0}",
746+
"textCase": "{textCase.none}",
747+
"textDecoration": "{textDecoration.none}"
748+
},
749+
"type": "typography"
750+
},
751+
"Medium": {
752+
"value": {
753+
"fontFamily": "{fontFamilies.suit-variable}",
754+
"fontWeight": "{fontWeights.suit-variable-2}",
755+
"lineHeight": "{lineHeights.1}",
756+
"fontSize": "{fontSize.5}",
757+
"letterSpacing": "{letterSpacing.0}",
758+
"paragraphSpacing": "{paragraphSpacing.0}",
759+
"paragraphIndent": "{paragraphIndent.0}",
760+
"textCase": "{textCase.none}",
761+
"textDecoration": "{textDecoration.none}"
762+
},
763+
"type": "typography"
764+
}
765+
}
766+
},
767+
"caption": {
768+
"S(12px)": {
769+
"Medium": {
770+
"value": {
771+
"fontFamily": "{fontFamilies.suit-variable}",
772+
"fontWeight": "{fontWeights.suit-variable-2}",
773+
"lineHeight": "{lineHeights.0}",
774+
"fontSize": "{fontSize.7}",
775+
"letterSpacing": "{letterSpacing.0}",
776+
"paragraphSpacing": "{paragraphSpacing.0}",
777+
"paragraphIndent": "{paragraphIndent.0}",
778+
"textCase": "{textCase.none}",
779+
"textDecoration": "{textDecoration.none}"
780+
},
781+
"type": "typography"
782+
}
783+
}
784+
},
785+
"textCase": {
786+
"none": {
787+
"value": "none",
788+
"type": "textCase"
789+
}
790+
},
791+
"textDecoration": {
792+
"none": {
793+
"value": "none",
794+
"type": "textDecoration"
795+
}
796+
},
797+
"paragraphIndent": {
798+
"0": {
799+
"value": "0px",
800+
"type": "dimension"
801+
}
498802
}
499803
},
500804
"$themes": [],

0 commit comments

Comments
 (0)