Skip to content

Commit 1c9b713

Browse files
committed
chore: Galmuri 폰트 추가
- Galmuri 폰트를 CSS에 추가
1 parent 1937772 commit 1c9b713

File tree

1 file changed

+3
-21
lines changed

1 file changed

+3
-21
lines changed

apps/web/src/index.css

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1+
/* Pretendard */
12
@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');
25

36
/* Reset CSS */
47
html,
@@ -136,28 +139,7 @@ table {
136139
}
137140

138141
/* Custom Styles */
139-
140142
* {
141143
box-sizing: border-box;
142-
}
143-
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 {
162144
font-family: 'Pretendard Variable', Pretendard, system-ui, sans-serif;
163145
}

0 commit comments

Comments
 (0)