|
2 | 2 | @tailwind components; |
3 | 3 | @tailwind utilities; |
4 | 4 |
|
5 | | -/* Gothic A1 */ |
6 | | -@import url("https://fonts.googleapis.com/css2?family=Gothic+A1:wght@100;200;300;400;500;600;700;800;900&display=swap"); |
7 | | - |
8 | 5 | /* 학교안심 둥근미소 R */ |
9 | 6 | @font-face { |
10 | 7 | font-family: "HakgyoansimDunggeunmisoTTF-R"; |
|
21 | 18 | font-style: normal; |
22 | 19 | } |
23 | 20 |
|
| 21 | +/* 넥슨 폰트 */ |
| 22 | +@font-face { |
| 23 | + font-family: "NEXON Lv1 Gothic OTF Light"; |
| 24 | + src: url( "https://fastly.jsdelivr.net/gh/projectnoonnu/[email protected]/NEXON Lv1 Gothic OTF Light.woff") |
| 25 | + format("woff"); |
| 26 | + font-weight: 300; |
| 27 | + font-style: normal; |
| 28 | +} |
| 29 | +@font-face { |
| 30 | + font-family: "NEXON Lv1 Gothic OTF Regular"; |
| 31 | + src: url( "https://fastly.jsdelivr.net/gh/projectnoonnu/[email protected]/NEXON Lv1 Gothic OTF Regular.woff") |
| 32 | + format("woff"); |
| 33 | + font-weight: 400; |
| 34 | + font-style: normal; |
| 35 | +} |
| 36 | +@font-face { |
| 37 | + font-family: "NEXON Lv1 Gothic OTF Bold"; |
| 38 | + src: url( "https://fastly.jsdelivr.net/gh/projectnoonnu/[email protected]/NEXON Lv1 Gothic OTF Bold.woff") |
| 39 | + format("woff"); |
| 40 | + font-weight: 700; |
| 41 | + font-style: normal; |
| 42 | +} |
| 43 | + |
24 | 44 | /* 기본적인 스타일을 정의 */ |
25 | 45 | @layer base { |
26 | 46 | body { |
27 | | - @apply font-gothic; |
| 47 | + @apply font-nexon; |
28 | 48 | } |
29 | 49 | } |
30 | 50 |
|
|
38 | 58 | font-family: "HakgyoansimDunggeunmisoTTF-B", sans-serif; |
39 | 59 | font-weight: 700; |
40 | 60 | } |
| 61 | + .font-nexon-light { |
| 62 | + font-family: "NEXON Lv1 Gothic OTF Light", sans-serif; |
| 63 | + font-weight: 300; |
| 64 | + } |
| 65 | + .font-nexon-regular { |
| 66 | + font-family: "NEXON Lv1 Gothic OTF Regular", sans-serif; |
| 67 | + font-weight: 400; |
| 68 | + } |
| 69 | + .font-nexon-bold { |
| 70 | + font-family: "NEXON Lv1 Gothic OTF Bold", sans-serif; |
| 71 | + font-weight: 700; |
| 72 | + } |
41 | 73 | } |
42 | 74 |
|
43 | 75 | /* 유틸리티 클래스를 정의 */ |
|
46 | 78 | text-wrap: balance; |
47 | 79 | } |
48 | 80 | } |
49 | | - |
50 | | -.gothic-thin { |
51 | | - font-family: "Gothic A1", sans-serif; |
52 | | - font-weight: 100; |
53 | | - font-style: normal; |
54 | | -} |
55 | | - |
56 | | -.gothic-extralight { |
57 | | - font-family: "Gothic A1", sans-serif; |
58 | | - font-weight: 200; |
59 | | - font-style: normal; |
60 | | -} |
61 | | - |
62 | | -.gothic-light { |
63 | | - font-family: "Gothic A1", sans-serif; |
64 | | - font-weight: 300; |
65 | | - font-style: normal; |
66 | | -} |
67 | | - |
68 | | -.gothic-regular { |
69 | | - font-family: "Gothic A1", sans-serif; |
70 | | - font-weight: 400; |
71 | | - font-style: normal; |
72 | | -} |
73 | | - |
74 | | -.gothic-medium { |
75 | | - font-family: "Gothic A1", sans-serif; |
76 | | - font-weight: 500; |
77 | | - font-style: normal; |
78 | | -} |
79 | | - |
80 | | -.gothic-semibold { |
81 | | - font-family: "Gothic A1", sans-serif; |
82 | | - font-weight: 600; |
83 | | - font-style: normal; |
84 | | -} |
85 | | - |
86 | | -.gothic-bold { |
87 | | - font-family: "Gothic A1", sans-serif; |
88 | | - font-weight: 700; |
89 | | - font-style: normal; |
90 | | -} |
91 | | - |
92 | | -.gothic-extrabold { |
93 | | - font-family: "Gothic A1", sans-serif; |
94 | | - font-weight: 800; |
95 | | - font-style: normal; |
96 | | -} |
97 | | - |
98 | | -.gothic-black { |
99 | | - font-family: "Gothic A1", sans-serif; |
100 | | - font-weight: 900; |
101 | | - font-style: normal; |
102 | | -} |
0 commit comments