@@ -8,21 +8,12 @@ import com.threegap.bitnagil.designsystem.R
88
99val pretendard = FontFamily (
1010 Font (R .font.pretendard_black, FontWeight .Black , FontStyle .Normal ),
11- Font (R .font.pretendard_bold, FontWeight .Bold , FontStyle .Normal ),
1211 Font (R .font.pretendard_extra_bold, FontWeight .ExtraBold , FontStyle .Normal ),
13- Font (R .font.pretendard_extra_light, FontWeight .ExtraLight , FontStyle .Normal ),
14- Font (R .font.pretendard_light, FontWeight .Light , FontStyle .Normal ),
15- Font (R .font.pretendard_medium, FontWeight .Medium , FontStyle .Normal ),
12+ Font (R .font.pretendard_bold, FontWeight .Bold , FontStyle .Normal ),
1613 Font (R .font.pretendard_semi_bold, FontWeight .SemiBold , FontStyle .Normal ),
14+ Font (R .font.pretendard_medium, FontWeight .Medium , FontStyle .Normal ),
15+ Font (R .font.pretendard_regular, FontWeight .Normal , FontStyle .Normal ),
16+ Font (R .font.pretendard_light, FontWeight .Light , FontStyle .Normal ),
17+ Font (R .font.pretendard_extra_light, FontWeight .ExtraLight , FontStyle .Normal ),
1718 Font (R .font.pretendard_thin, FontWeight .Thin , FontStyle .Normal ),
18-
19- Font (R .font.pretendard_black, FontWeight .W900 , FontStyle .Normal ),
20- Font (R .font.pretendard_extra_bold, FontWeight .W800 , FontStyle .Normal ),
21- Font (R .font.pretendard_bold, FontWeight .W700 , FontStyle .Normal ),
22- Font (R .font.pretendard_semi_bold, FontWeight .W600 , FontStyle .Normal ),
23- Font (R .font.pretendard_medium, FontWeight .W500 , FontStyle .Normal ),
24- Font (R .font.pretendard_regular, FontWeight .W400 , FontStyle .Normal ),
25- Font (R .font.pretendard_light, FontWeight .W300 , FontStyle .Normal ),
26- Font (R .font.pretendard_extra_light, FontWeight .W200 , FontStyle .Normal ),
27- Font (R .font.pretendard_thin, FontWeight .W100 , FontStyle .Normal ),
2819)
0 commit comments