Any one making browser based games come across this issue recently? The woff fonts used in my game doesn't render.. they just fall back to device fonts. This only happens on Samsung internet browser only. I've tested on many samsung devices and they all had the latest updated browser.
I think this could be a browser bug. Any one had this issue and did any work around it?
I tried altering the syte.css file that gets generated to something like
— {
font-family: 'bungee-regular';
src: url(‘fonts/bungee-regular.eot’);
src: url('fonts/bungee-regular.woff2') format('woff2'),
url('fonts/bungee-regular.woff') format('woff');
}
still doesn't seem to work