HTML5 Fonts Poorly Rendered

Hey folks,

Was wondering if anyone else is having issues with the really poor anti-aliasing of font (especially on retina displays). It seems like this issue has been solved in PixiJS, maybe we can take a page from their book?

Not a new issue, but maybe I have just been doing something wrong.

The default HTML5 template applies CSS scaling and letterboxing when you specify an exact project size. This helps on mobile, but may look blurrier on a desktop browser. Not specifying a width or height (or using 0x0 for your size) should remain fullscreen.

Also, I believe recent builds have support for <window allow-high-dpi="true" /> on HTML5. There’s a performance cost, but its crisper on retina displays :slight_smile: