diff --git a/index.html b/index.html
index e36608e..5f059c3 100644
--- a/index.html
+++ b/index.html
@@ -110,7 +110,7 @@
}
for (let i = 0; i < item.name.length; i ++) {
- ctx.font = 'bold '+ S + 'px pixelMonospace, sans-serif'
+ ctx.font = S + 'px pixelMonospace, sans-serif'
const posX = item.x * (add * .7) + cvs.width / 2 - add / 6.5
const posY = item.y * (add * .3) + cvs.height / 2 + 100 - add / 40
const shake = 99 / (summ * summ * .5) * 5