|
26 | 26 | .h700 { |
27 | 27 | font-size: 40px; |
28 | 28 | line-height: 40px; |
29 | | - font-family: "Inter-Bold"; |
| 29 | + font-family: "Inter-Bold", sans-serif; |
30 | 30 | } |
31 | 31 |
|
32 | 32 | .h600 { |
33 | 33 | font-size: 32px; |
34 | 34 | line-height: 40px; |
35 | | - font-family: "Inter-SemiBold"; |
| 35 | + font-family: "Inter-SemiBold", sans-serif; |
36 | 36 | } |
37 | 37 |
|
38 | 38 | .h500 { |
39 | 39 | font-size: 28px; |
40 | 40 | line-height: 32px; |
41 | | - font-family: "Inter-Medium"; |
| 41 | + font-family: "Inter-Medium", sans-serif; |
42 | 42 | } |
43 | 43 |
|
44 | 44 | .h400 { |
45 | 45 | font-size: 24px; |
46 | 46 | line-height: 32px; |
47 | | - font-family: "Inter-Medium"; |
| 47 | + font-family: "Inter-Medium", sans-serif; |
48 | 48 | } |
49 | 49 |
|
50 | 50 | .h300 { |
51 | 51 | font-size: 20px; |
52 | 52 | line-height: 24px; |
53 | | - font-family: "Inter-Bold"; |
| 53 | + font-family: "Inter-Bold", sans-serif; |
54 | 54 | } |
55 | 55 |
|
56 | 56 | .h200 { |
57 | 57 | font-size: 16px; |
58 | 58 | line-height: 24px; |
59 | | - font-family: "Inter-SemiBold"; |
| 59 | + font-family: "Inter-SemiBold", sans-serif; |
60 | 60 | } |
61 | 61 |
|
62 | 62 | .h100 { |
63 | 63 | font-size: 13px; |
64 | 64 | line-height: 16px; |
65 | | - font-family: "Inter-SemiBold"; |
| 65 | + font-family: "Inter-SemiBold", sans-serif; |
66 | 66 | } |
67 | 67 |
|
68 | 68 | .h50 { |
69 | 69 | font-size: 9px; |
70 | 70 | line-height: 12px; |
71 | | - font-family: "Inter-SemiBold"; |
| 71 | + font-family: "Inter-SemiBold", sans-serif; |
72 | 72 | } |
73 | 73 |
|
74 | 74 | .body-large { |
75 | 75 | font-size: 20px; |
76 | 76 | line-height: 24px; |
77 | | - font-family: "Inter-Regular"; |
| 77 | + font-family: "Inter-Regular", sans-serif; |
78 | 78 | } |
79 | 79 |
|
80 | 80 | .body-medium { |
81 | 81 | font-size: 16px; |
82 | 82 | line-height: 24px; |
83 | | - font-family: "Inter-Regular"; |
| 83 | + font-family: "Inter-Regular", sans-serif; |
84 | 84 | } |
85 | 85 |
|
86 | 86 | .body-small { |
87 | 87 | font-size: 13px; |
88 | 88 | line-height: 16px; |
89 | | - font-family: "Inter-Regular"; |
| 89 | + font-family: "Inter-Regular", sans-serif; |
90 | 90 | } |
91 | 91 |
|
92 | 92 | .mono-medium { |
93 | 93 | font-size: 16px; |
94 | 94 | line-height: 24px; |
95 | | - font-family: "FiraCode-Regular"; |
| 95 | + font-family: "FiraCode-Regular", monospace; |
96 | 96 | } |
97 | 97 |
|
98 | 98 | .mono-small-inline { |
99 | 99 | font-size: 13px; |
100 | 100 | line-height: 16px; |
101 | | - font-family: "FiraCode-Regular"; |
| 101 | + font-family: "FiraCode-Regular", monospace; |
102 | 102 | } |
103 | 103 |
|
104 | 104 | .mono-small-block { |
105 | 105 | font-size: 15px; |
106 | 106 | line-height: 20px; |
107 | | - font-family: "FiraCode-Regular"; |
| 107 | + font-family: "FiraCode-Regular", monospace; |
108 | 108 | } |
109 | 109 |
|
110 | 110 | :root { |
|
0 commit comments