Is there a style sheet anywhere that defines classes (like Bootstrap) instead of ligatures.
The Ligatures tend to look horrible on slow network connections.
I get they're for accessibility, but I'd rather have my own "placeholder" text then the long names Google has picked.
Example of broken UI waiting for the font to download:
Hey @crdeutsch,
No, we don't have a stylesheet, but you could avoid the FOUT by using a font loader like typekit/webfontloader or bramstein/fontloader.
Still seems a bad design decision to me... using a font loader will slow down the load of the font binding the loading process to javascript. The best solution in my opinion remain to stop support ligatures solution and start using something better.
I am dealing with the same problem. I spend a full day to avoid FOUT. I have even used webfontloader to integrate the material design icon font - but I don't see much effect. Agreed with cloud-walker. There should be some other way other than using ligatures.
Thanks to this guy I guess: http://zavoloklom.github.io/material-design-iconic-font/icons.html
Most helpful comment
Still seems a bad design decision to me... using a font loader will slow down the load of the font binding the loading process to javascript. The best solution in my opinion remain to stop support ligatures solution and start using something better.