How to change a built-in font?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By exe2k

I found out that cyrillic characters are just invisible in richText labels etc. I want to fix it but there are no any files in Godot’s folder but the executable one. As I suppose Godot.exe is an archive or smth and contains folders, how do i get there?

:bust_in_silhouette: Reply From: Zylann

If the built-in font does not support cyrillic, maybe it’s a bug and a request should be issued to Github to add cyrillic support to it.

Another solution is to pick yourself a font supporting cyrillic and replace it in your project settings, in Gui -> Theme -> Custom Font.
Or, create your own theme which has your own font in its default font property, and set that theme in Gui -> Theme -> Custom which will apply the theme globally to your project.

If you want to change the font of the editor instead, the options are in Editor Settings -> Interface -> Editor.