Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

The tool itself doesn’t render anything - it generates a TTF file, converts it to base64, and hands it over to the browser to use. Browsers, unfortunately, do not commonly display any warnings about why the font cannot be loaded and may rely on something else for font loading/rendering as such.

So, there is not much you can do?

Aside of verifying that the inputs are hypothetically correct, not really - even just figuring out whether the browser is rendering the resulting font wrong (let alone why it’s doing that) is problematic.

I will leave this open for others to note.