Platform: Linux (Ubuntu 24.04)
Fonts are loaded relative to the current working directory, so you have to to run CoreDeck from the project folder in order for them to be loaded properly.
Steps to reproduce:
$ pwd
/home/me/CoreDeck/build
$ ./CoreDeck
$ cd ../../
$ pwd
/home/me
$ CoreDeck/build/CoreDeck

Platform: Linux (Ubuntu 24.04)
Fonts are loaded relative to the current working directory, so you have to to run CoreDeck from the project folder in order for them to be loaded properly.
Steps to reproduce: