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.
2 parents f0ffbf1 + 42c036d commit fcbc9acCopy full SHA for fcbc9ac
src/App.tsx
@@ -1,5 +1,5 @@
1
function App() {
2
- return <></>;
+ return <div className="text-lg">폰트 크기 설정 테스트</div>
3
}
4
5
export default App;
src/index.css
@@ -19,6 +19,19 @@
19
--color-gray-900: #2B2E33;
20
--color-background: #D0D5DD;
21
--color-foreground: #000000;
22
+
23
+ --text-2xl: 20px;
24
+ --text-2xl--line-height: 30px;
25
+ --text-xl: 18px;
26
+ --text-xl--line-height: 27px;
27
+ --text-2lg: 16px;
28
+ --text-2lg--line-height: 24px;
29
+ --text-lg: 14px;
30
+ --text-lg--line-height: 21px;
31
+ --text-md: 12px;
32
+ --text-md--line-height: 18px;
33
+ --text-sm: 10px;
34
+ --text-sm--line-height: 15px;
35
36
37
:root {
0 commit comments