Discord
Login
Community
DARK THEME

Missing fonts

I found that the fonts used in the project are not included in the HTML5 file (I only see "bitcell").

Your code is parsed and searched for font names (between double quotes, while writing this, I am just realizing that this may be the problem in your case?). All font names found in the code will be exported to the fonts folder. Example:

screen.setFont("Awesome")

Doesn't work with simple quotes, this is something I need to fix probably. Please confirm if this was the problem.

Hmm, I don't think so...

I've just exported your project "Fonts!" and the only font that's included is BitCell. The project doesn't detect any other font...

Wait... Is the font search case sensitive?

Yes, that was the problem: case sensitiveness ;)

Post a reply

Progress

Status

Preview
Cancel
Post
Validate your e-mail address to participate in the community