QUOTE (Miles Castea @ Feb 9 2010, 02:55 PM)

Go to Main in and scripts and put this under the line that says "begin":
Font.default_name = $fontface = $defaultfonttype = "x"
Font.default_size = $fontsize = $defaultfontsize = y
Then put this under the line that says "Graphics.freeze":
Font.default_name = "Same as x"
x=font name
y=font size
You have to have the font installed in your computer in order for the font so show up, so make sure you include the font in your game's folder when you release the full version or the demo.
Thank you. BTW hold Ctrl + any direction while you are play testing your game.