Skip to content

Commit 07af494

Browse files
authored
Fix/#365-B: 폰트 불러오기 실패 해결 (#366)
font를 따로 불러오지 않아도 원래 폰트 잘 적용됨 (?) safari와 chrome 동일한 폰트 Resolve: #365
1 parent 1f7f261 commit 07af494

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

client/src/styles/reset.scss

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
@font-face {
2-
font-family: 'Noto Sans KR';
3-
src: url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=swap');
4-
}
5-
61
html,
72
body,
83
div,

0 commit comments

Comments
 (0)