Skip to content

Commit 1cdbb4e

Browse files
authored
🎨style: 로컬 폰트 경로로 변경 및 불필요한 글로벌 스타일 제거
🎨style: 로컬 폰트 경로로 변경 및 불필요한 글로벌 스타일 제거
2 parents c461fd3 + b8f0fd1 commit 1cdbb4e

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed
561 KB
Binary file not shown.
2.54 MB
Binary file not shown.

src/assets/styles/base.scss

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,13 @@ h3 {
4242
font-family: '나눔명조';
4343
font-style: normal;
4444
font-weight: 400;
45-
src: url('https://hangeul.pstatic.net/hangeul_static/font/NanumMyeongjo-Regular.woff2')
46-
format('woff2');
45+
src: url('/fonts/NanumMyeongjoOTF00.woff2') format('woff2');
4746
}
4847

4948
@font-face {
5049
font-display: swap;
5150
font-family: '나눔손글씨 손편지체';
5251
font-style: normal;
5352
font-weight: 400;
54-
src: url('https://hangeul.pstatic.net/hangeul_static/font/NanumSonPyeonjiCe.woff2')
55-
format('woff2');
53+
src: url('/fonts/NanumSonPyeonJiCe.woff2') format('woff2');
5654
}

0 commit comments

Comments
 (0)