diff --git a/index.html b/index.html
index 0a0a7a8..bbe9089 100644
--- a/index.html
+++ b/index.html
@@ -64,7 +64,7 @@
document.getElementById("style").innerHTML=`* {
background-color: ${color()};
color: #000000;
- font-size: ${Math.floor(100+(Math.random()*100))};
+ font-size: ${Math.floor(100+(Math.random()*100))}%;
font-family: ${font()}, monospace;
}
label {
@@ -174,5 +174,5 @@