even here, have to use the brand font
(and because furality's badge maker doesn't work on mac, and the font they're using (Blambot's Astounder Squared) is a $25 license for an individual user; presumably it's embedded in the windows only DLLs they're using)
actually wait, correction
the badge download comes with a file called f5a-title.bean
and rereading the editor code, i saw this
if (!System.IO.Directory.Exists(FontPath))
System.IO.Directory.CreateDirectory(FontPath);
// Copy the file over
File.Copy(Path.Combine(Application.dataPath, "Furality\\Furality Luma Festival\\Editor\\f5a-title.bean"), FontPath+FontName, true);
yeah, just rename .bean to .ttf and that solves that problem
(it doesn't come with all the variations of astounder squared that are in the commercial version, and given that this would be fine if i'd used their editor, i'm classing it as technically unlicensed but probably OK)
