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!!