Skip to content

Commit fcde401

Browse files
authored
[SSD-154] chore: 폰트 삭제 및 cdn 응용 (#92)
1 parent fba77e3 commit fcde401

File tree

6 files changed

+2
-25
lines changed

6 files changed

+2
-25
lines changed
-1.5 MB
Binary file not shown.
-1.53 MB
Binary file not shown.
-1.51 MB
Binary file not shown.
-1.5 MB
Binary file not shown.
-1.51 MB
Binary file not shown.

frontend/src/css/index.css

Lines changed: 2 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
@import url("https://cdn.jsdelivr.net/gh/orioncactus/[email protected]/dist/web/static/pretendard.min.css");
2+
13
:root {
24
/*color*/
35
--orange-color: #f0842c;
@@ -17,31 +19,6 @@
1719
--top-margin: 10%;
1820
}
1921

20-
@font-face {
21-
font-family: 'Pretendard-Regular';
22-
src: url('../assets/fonts/Pretendard-Regular.otf') format('opentype');
23-
}
24-
25-
@font-face {
26-
font-family: 'Pretendard-Bold';
27-
src: url('../assets/fonts/Pretendard-Bold.otf') format('opentype');
28-
}
29-
30-
@font-face {
31-
font-family: 'Pretendard-SemiBold';
32-
src: url('../assets/fonts/Pretendard-SemiBold.otf') format('opentype');
33-
}
34-
35-
@font-face {
36-
font-family: 'Pretendard-Light';
37-
src: url('../assets/fonts/Pretendard-Light.otf') format('opentype');
38-
}
39-
40-
@font-face {
41-
font-family: 'Pretendard-Medium';
42-
src: url('../assets/fonts/Pretendard-Medium.otf') format('opentype');
43-
}
44-
4522
.main-container {
4623
position: relative;
4724
margin: 0 auto;

0 commit comments

Comments
 (0)