diff --git a/index.html b/index.html index 515e01c..8284891 100644 --- a/index.html +++ b/index.html @@ -13,15 +13,16 @@ font-weight: normal; font-style: normal; } - + /* This part is needed to load the font in time for phaser */ body { font-family: OpenSans; + margin: 0; } div { font-family: OpenSans; } - +
@@ -51,4 +52,4 @@