misc,dep: 기본 글꼴을 Pretendard로 일괄 적용용

This commit is contained in:
2021-12-07 00:27:50 +09:00
parent c14f06615e
commit e8148ab4dc
59 changed files with 67 additions and 78 deletions
+7
View File
@@ -0,0 +1,7 @@
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
$font-family-sans-serif: 'Pretendard', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic';
html, body {
font-family: 'Pretendard', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic';
}