twitter bootstrap - Website text appearing only on hover -
i'm facing strange issue on text rendering of website have developed. when loading page, of text doesn't appear until hover on it; not then.
i using font-face. if reload page, works fine. if empty cache, problem comes back. frontend design developed using bootstrap 2.3.2.
are using chrome?
this may due recent chrome bug: https://code.google.com/p/chromium/issues/detail?id=336476
looks they're working on fix.
i'm using temporary fix:
$(function() { // temporary fix chrome font bug $('*').css('zoom', '1').css('zoom', ''); });
the idea trigger redraw of elements.
Comments
Post a Comment