diff --git a/src/css/typeface-noto-sans-kr.css b/src/css/typeface-noto-sans-kr.css
index 5591ee10c895a5f4cd7654e270865d9c1eba2cc9..b4ba64e1d07e3ad9c056e5f2569bc6a32e15dc8d 100644
--- a/src/css/typeface-noto-sans-kr.css
+++ b/src/css/typeface-noto-sans-kr.css
@@ -1,46 +1,41 @@
-/*
- * Noto Sans KR
- */
-
- @font-face {
-   font-family: "Noto Sans KR";
-   font-style: normal;
-   font-weight: 100;
-   src:url(../font/NotoSansKR-Thin.otf) format('opentype');
- }
-
 @font-face {
-   font-family: "Noto Sans KR";
-   font-style: normal;
-   font-weight: 300;
-   src:url(../font/NotoSansKR-Light.otf) format('opentype');
+  font-family: "Noto Sans KR";
+  font-style: normal;
+  font-weight: 100;
+  src: url(../font/NotoSansKR-Thin.otf) format('opentype');
 }
 
 @font-face {
-    font-family: "Noto Sans KR";
-    font-style: normal;
-    font-weight: 400;
-    src:url(../font/NotoSansKR-Regular.otf) format('opentype');
+  font-family: "Noto Sans KR";
+  font-style: normal;
+  font-weight: 300;
+  src: url(../font/NotoSansKR-Light.otf) format('opentype');
 }
 
 @font-face {
-    font-family: "Noto Sans KR";
-    font-style: normal;
-    font-weight: 500;
-    src:url(../font/NotoSansKR-Medium.otf) format('opentype');
+  font-family: "Noto Sans KR";
+  font-style: normal;
+  font-weight: 400;
+  src: url(../font/NotoSansKR-Regular.otf) format('opentype');
 }
 
 @font-face {
-    font-family: "Noto Sans KR";
-    font-style: normal;
-    font-weight: 700;
-    src:url(../font/NotoSansKR-Bold.otf) format('opentype');
+  font-family: "Noto Sans KR";
+  font-style: normal;
+  font-weight: 500;
+  src: url(../font/NotoSansKR-Medium.otf) format('opentype');
 }
 
 @font-face {
-    font-family: "Noto Sans KR";
-    font-style: normal;
-    font-weight: 900;
-    src:url(../font/NotoSansKR-Black.otf) format('opentype');
+  font-family: "Noto Sans KR";
+  font-style: normal;
+  font-weight: 700;
+  src: url(../font/NotoSansKR-Bold.otf) format('opentype');
 }
 
+@font-face {
+  font-family: "Noto Sans KR";
+  font-style: normal;
+  font-weight: 900;
+  src: url(../font/NotoSansKR-Black.otf) format('opentype');
+}