I use ultra condensed font to make sure things stay on screen, because the automation doesn't allow for normal word wrapping.
If I would just tell it to make a new line every 50 characters or something like that, it would most likely cut dialogue commands in half and break things. Doing manual word wrapping would massively increase the time it takes to make one of these and might not work for UI or menu sections.
But you can change the font to be a bit less condensed.
Just go to your "fonts" folder in "www" and drop in whatever font you want in ".ttf" format. (You can find a lot of free fonts on
You must be registered to see the links
for example.)
Then open the "gamefont.css" with notepad (or Kate, or whatever you use to edit text) and fill in the name of your new font in this bit:
font-family: GameFont;
src: url("YourFontNameHere.ttf");