diff --git a/src/frontend/public/index.html b/src/frontend/public/index.html
index 1b08f7b..4f6ef3c 100644
--- a/src/frontend/public/index.html
+++ b/src/frontend/public/index.html
@@ -9,10 +9,6 @@
name="description"
content="매일매일 굴러 가는 당신의 자산을 관리하세요."
/>
-
스노우볼 :: 매일매일 굴러가는 당신의 자산을 관리하세요!
diff --git a/src/frontend/src/index.less b/src/frontend/src/index.less
index 96e111b..87efb11 100644
--- a/src/frontend/src/index.less
+++ b/src/frontend/src/index.less
@@ -1,5 +1,47 @@
@import '~antd/dist/antd.less';
+@font-face {
+ src: local('Noto Sans KR'), url('./static/fonts/NotoSansKR-Thin.otf') format('opentype');
+ font-family: 'Noto Sans KR';
+ font-style: normal;
+ font-weight: 100;
+}
+
+@font-face {
+ src: local('Noto Sans KR'), url('./static/fonts/NotoSansKR-Light.otf') format('opentype');
+ font-family: 'Noto Sans KR';
+ font-style: normal;
+ font-weight: 300;
+}
+
+@font-face {
+ src: local('Noto Sans KR'), url('./static/fonts/NotoSansKR-Regular.otf') format('opentype');
+ font-family: 'Noto Sans KR';
+ font-style: normal;
+ font-weight: 400;
+}
+
+@font-face {
+ src: local('Noto Sans KR'), url('./static/fonts/NotoSansKR-Medium.otf') format('opentype');
+ font-family: 'Noto Sans KR';
+ font-style: normal;
+ font-weight: 500;
+}
+
+@font-face {
+ src: local('Noto Sans KR'), url('./static/fonts/NotoSansKR-Bold.otf') format('opentype');
+ font-family: 'Noto Sans KR';
+ font-style: normal;
+ font-weight: 700;
+}
+
+@font-face {
+ src: local('Noto Sans KR'), url('./static/fonts/NotoSansKR-Black.otf') format('opentype');
+ font-family: 'Noto Sans KR';
+ font-style: normal;
+ font-weight: 900;
+}
+
body {
margin: 0;
font-family: 'Noto Sans KR', sans-serif, -apple-system, BlinkMacSystemFont,
diff --git a/src/frontend/src/static/fonts/NotoSansKR-Black.otf b/src/frontend/src/static/fonts/NotoSansKR-Black.otf
new file mode 100644
index 0000000..0cfa4bb
Binary files /dev/null and b/src/frontend/src/static/fonts/NotoSansKR-Black.otf differ
diff --git a/src/frontend/src/static/fonts/NotoSansKR-Bold.otf b/src/frontend/src/static/fonts/NotoSansKR-Bold.otf
new file mode 100644
index 0000000..7f4131c
Binary files /dev/null and b/src/frontend/src/static/fonts/NotoSansKR-Bold.otf differ
diff --git a/src/frontend/src/static/fonts/NotoSansKR-Light.otf b/src/frontend/src/static/fonts/NotoSansKR-Light.otf
new file mode 100644
index 0000000..03f948c
Binary files /dev/null and b/src/frontend/src/static/fonts/NotoSansKR-Light.otf differ
diff --git a/src/frontend/src/static/fonts/NotoSansKR-Medium.otf b/src/frontend/src/static/fonts/NotoSansKR-Medium.otf
new file mode 100644
index 0000000..d8cacce
Binary files /dev/null and b/src/frontend/src/static/fonts/NotoSansKR-Medium.otf differ
diff --git a/src/frontend/src/static/fonts/NotoSansKR-Regular.otf b/src/frontend/src/static/fonts/NotoSansKR-Regular.otf
new file mode 100644
index 0000000..e26c1cd
Binary files /dev/null and b/src/frontend/src/static/fonts/NotoSansKR-Regular.otf differ
diff --git a/src/frontend/src/static/fonts/NotoSansKR-Thin.otf b/src/frontend/src/static/fonts/NotoSansKR-Thin.otf
new file mode 100644
index 0000000..6bc00c4
Binary files /dev/null and b/src/frontend/src/static/fonts/NotoSansKR-Thin.otf differ