I’d like to properly understand what backface-visibility: hidden does to fonts and why if it’s applied to any element on the page it seems to affect them all.
For example – http://codepen.io/iknowdavehouse/pen/imIyG
Ironically I only really realised this was happening because I purchased a new web font and at smaller sizes it looks incredible on a retina display with backface-visibility: hidden on.
Backface visibility was originally on there to clean up the edges of containers with CSS rotate on another part of the design. If I remove it totally all the type on the page flickers when a CSS transition is in process…
Any idea?