Ability to change UI font family
Check for duplicates
- [X] I've checked for duplicate issues by using the search function of the issue tracker
Is your feature request related to a problem?
Is it possible to change the font "family" used in the app? It would be great if we can try out other modern fonts for the UI and make the app look even better.
Describe the solution you'd like
It appears there is a bunch of TGA/TGF font files in 'Path of Building Community\SimpleGraphic\Fonts' directory. (Bitstream Vera Sans Mono and Liberation Sans). Perhaps we can specify the name of the font family in Options and expect the set of required font files to be present in that directory? If the minimum set of fonts files are not present use the default font system.
If it can be documented as to what font files are required to be present in that directory for the app to function, savy users can cobble together the requisite files and share it around.
Alternatively if a global TTF/OFT font can be set for the app (presuming it will take some refactoring of the app font system code) that would be great too!
Describe alternatives you've considered
No response
Additional context
No response