diff --git a/binary/binary.css b/binary/binary.css
index 98278d1..e85e562 100644
--- a/binary/binary.css
+++ b/binary/binary.css
@@ -13,6 +13,7 @@ body {
width: 55%;
margin: auto;
padding: 5px;
+ font-family: "Nanum Gothic Coding", monospace;
}
.submit {
@@ -43,6 +44,8 @@ body {
border-radius: 5px;
overflow: auto;
resize: none;
+ padding: 5px;
+ font-family: "Nanum Gothic Coding", monospace;
}
#form {
diff --git a/binary/index.html b/binary/index.html
index 639f4f8..34ae51e 100644
--- a/binary/index.html
+++ b/binary/index.html
@@ -14,6 +14,9 @@
+
+
+