Created editor_font (markdown)

reduz 2014-04-05 07:42:08 -07:00
parent 1fcdb8da7a
commit 5274688cdb

5
editor_font.md Normal file

@ -0,0 +1,5 @@
### Changing Fonts
Godot allows changing the font for the editor, and the font for the code editor. Both need to be in .fnt format, so they need to be imported somewhere using the [font import tool](import_font).
Then copy or do whathever you want with the font, as long as the location does not change, and set the relevant property in Editor Settings. Code editor font is refreshed automatically, but the editor needs to be restarted for the new global font to take effect.