Windows Font Error
-
One of the fonts I am using on my interface is Bebas Neue. Everything is great on mac with this font.
When I export on windows and test on my own windows computer the font is the way it should be
However, multiple windows users are sending me screenshots of the font. Instead of the font being Bebas Neue it is the default font which looks very messy on our interface.
Anyone have any idea what is causing this?
-
Have you included the font in your images folder and loaded it into your script?
-
and if you did include it, did you put this in your script:
Engine.loadFontAs("{PROJECT_FOLDER}Bebas Neue.otf", "Bebas Neue"); Engine.setGlobalFont("Bebas Neue");