|
1 | 1 | export const fonts = { |
2 | 2 | display01: { |
3 | | - fontSize: '3.375rem', // 54px |
| 3 | + fontSize: '5.4rem', |
4 | 4 | fontWeight: '700', |
5 | 5 | lineHeight: '140%', |
6 | 6 | }, |
7 | 7 | display02: { |
8 | | - fontSize: '1.75rem', // 28px |
| 8 | + fontSize: '2.8rem', |
9 | 9 | fontWeight: '700', |
10 | 10 | lineHeight: '140%', |
11 | 11 | }, |
12 | 12 | title01: { |
13 | | - fontSize: '1.75rem', // 28px |
| 13 | + fontSize: '2.8rem', |
14 | 14 | fontWeight: '600', |
15 | 15 | lineHeight: '140%', |
16 | 16 | }, |
17 | 17 | title02: { |
18 | | - fontSize: '1.75rem', // 28px |
| 18 | + fontSize: '2.8rem', |
19 | 19 | fontWeight: '300', |
20 | 20 | lineHeight: '140%', |
21 | 21 | }, |
22 | 22 | title03: { |
23 | | - fontSize: '1.5rem', // 24px |
| 23 | + fontSize: '2.4rem', |
24 | 24 | fontWeight: '700', |
25 | 25 | lineHeight: '140%', |
26 | 26 | }, |
27 | 27 | title04: { |
28 | | - fontSize: '1.5rem', // 24px |
| 28 | + fontSize: '2.4rem', |
29 | 29 | fontWeight: '600', |
30 | 30 | lineHeight: '140%', |
31 | 31 | }, |
32 | 32 | subtitle01: { |
33 | | - fontSize: '1.25rem', // 20px |
| 33 | + fontSize: '2rem', |
34 | 34 | fontWeight: '700', |
35 | 35 | lineHeight: '140%', |
36 | 36 | }, |
37 | 37 | subtitle02: { |
38 | | - fontSize: '1.25rem', // 20px |
| 38 | + fontSize: '2rem', |
39 | 39 | fontWeight: '600', |
40 | 40 | lineHeight: '140%', |
41 | 41 | }, |
42 | 42 | subtitle03: { |
43 | | - fontSize: '1.25rem', // 20px |
| 43 | + fontSize: '2rem', |
44 | 44 | fontWeight: '500', |
45 | 45 | lineHeight: '140%', |
46 | 46 | }, |
47 | 47 | subtitle04: { |
48 | | - fontSize: '1.25rem', // 20px |
| 48 | + fontSize: '2rem', |
49 | 49 | fontWeight: '400', |
50 | 50 | lineHeight: '140%', |
51 | 51 | }, |
52 | 52 | subtitle05: { |
53 | | - fontSize: '1.125rem', // 18px |
| 53 | + fontSize: '1.8rem', |
54 | 54 | fontWeight: '700', |
55 | 55 | lineHeight: '140%', |
56 | 56 | }, |
57 | 57 | subtitle06: { |
58 | | - fontSize: '1.125rem', // 18px |
| 58 | + fontSize: '1.8rem', |
59 | 59 | fontWeight: '400', |
60 | 60 | lineHeight: '140%', |
61 | 61 | }, |
62 | 62 | body01: { |
63 | | - fontSize: '1rem', // 16px |
| 63 | + fontSize: '1.6rem', |
64 | 64 | fontWeight: '700', |
65 | 65 | lineHeight: '140%', |
66 | 66 | }, |
67 | 67 | body02: { |
68 | | - fontSize: '1rem', // 16px |
| 68 | + fontSize: '1.6rem', |
69 | 69 | fontWeight: '500', |
70 | 70 | lineHeight: '140%', |
71 | 71 | }, |
72 | 72 | body03: { |
73 | | - fontSize: '1rem', // 16px |
| 73 | + fontSize: '1.6rem', |
74 | 74 | fontWeight: '400', |
75 | 75 | lineHeight: '140%', |
76 | 76 | }, |
77 | 77 | body04: { |
78 | | - fontSize: '0.875rem', // 14px |
| 78 | + fontSize: '1.4rem', |
79 | 79 | fontWeight: '700', |
80 | 80 | lineHeight: '140%', |
81 | 81 | }, |
82 | 82 | body05: { |
83 | | - fontSize: '0.875rem', // 14px |
| 83 | + fontSize: '1.4rem', |
84 | 84 | fontWeight: '400', |
85 | 85 | lineHeight: '140%', |
86 | 86 | }, |
87 | 87 | caption01: { |
88 | | - fontSize: '0.75rem', // 12px |
| 88 | + fontSize: '1.2rem', |
89 | 89 | fontWeight: '700', |
90 | 90 | lineHeight: '140%', |
91 | 91 | }, |
92 | 92 | caption02: { |
93 | | - fontSize: '0.75rem', // 12px |
| 93 | + fontSize: '1.2rem', |
94 | 94 | fontWeight: '400', |
95 | 95 | lineHeight: '140%', |
96 | 96 | }, |
|
0 commit comments