refactor(WIP): scss, ts 공통 파일 묶기

This commit is contained in:
2021-12-10 21:45:02 +09:00
parent 9134a7d9f6
commit bd42042a61
21 changed files with 30 additions and 16 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';
}