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.
1 parent 1937772 commit 1c9b713Copy full SHA for 1c9b713
apps/web/src/index.css
@@ -1,4 +1,7 @@
1
+/* Pretendard */
2
@import url('https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.9/static/pretendard-dynamic-subset.min.css');
3
+/* Galmuri */
4
+@import url('https://fastly.jsdelivr.net/npm/galmuri@latest/dist/galmuri.css');
5
6
/* Reset CSS */
7
html,
@@ -136,28 +139,7 @@ table {
136
139
}
137
140
138
141
/* Custom Styles */
-
142
* {
143
box-sizing: border-box;
-}
144
-html,
145
-body,
146
-button,
147
-input,
148
-textarea,
149
-select,
150
-option,
151
-optgroup,
152
-label,
153
-legend,
154
-table,
155
-caption,
156
-tbody,
157
-tfoot,
158
-thead,
159
-tr,
160
-th,
161
-td {
162
font-family: 'Pretendard Variable', Pretendard, system-ui, sans-serif;
163
0 commit comments