How do I make a text editor without having to use 'text input'? I don't like the look or the font, if I only knew how to edit it...
Develop games in your browser. Powerful, performant & highly capable.
You can edit the CSS style.
for example
textarea { font-family: 'Lato', sans-serif; font-size: 35px; line-height: 40px; color: #ecf0f1; background-color: #34495e; }