Hi Alessio,
your screen looks fine now.
And you use -> specialfolderpath("resources") & "/TerminalDosis-Medium.ttf"
Right? If yes, sorry, no idea why the font does not load.
The resources folder is not created when LC creating the Mac standalone application package but the font file is copied as I have indicated it, ie in the same folder as the executable.
this is not true! Did you take a look into the application package?
See screenshot:
Everything you add via the "Copy files" tab in the STAB Settings, will get copied to the "Resources" folder, which gets created during the compilation inside of the app package, and can be accessed with that specialfolderpath("resources") which LC nicely maps to whatever folder Apple is requiring today for this kind of "resources".
Some years ago everything went into the "MacOS" folder a.k.a. specialfolderpath("engine") but then Apple changed it mind again and LC now takes care of that.
Best
Klaus