Resetting Engine GUI custom font to default

Godot Version: 4.3

Hello Fellow Godot Engineers!

Q: Does anyone know a built in way to reset the custom GUI font option found in: (Project settings >general>GUI>theme>Custom Font) back to default?

So what happened was, I changed the GUI font to a custom font thinking that it could be easily reset or that it would only affect the current project, to my surprise the new font actually persists through different projects and the Launch window and there’s no little default button to change it back.

Now the only option to change it back (that I’ve found) is to:
//load in a new Custom font file again at (Project settings >general>>GUI>theme>Custom Font) //
I was wrong, this doesnt seem to work either, I tried a new font and nothing changed. I’m now stuck with my first custom UI font and cant change it ;_;

Does anyone know a way to reset this back to default locally?

Many thanks!!

I’m pretty sure you should just be able to empty out the field and it’ll work? It persisting between projects definitely seems like a bug - it might be a good idea to file that on the GitHub.

1 Like

Fixed it!

Somehow I changed the main font in Editor>Editor Settings>Interface>Editor>Main Font
I don’t remember doing that, but hey I do forget stuff. Glad its fixed!

Unless a bunch more people have this issue, safe to assume user error.

Cheers! ^^

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.