godot-docs/reference/changing_editor_fonts.rst

12 lines
509 B
ReStructuredText
Raw Normal View History

2015-12-12 17:57:44 +01:00
Changing editor 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 [[Importing fonts\|font import tool]].
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.