Occasional Fonts display issue on Chrome 33 build

Support Forums for LiveMesh Themes & Plugins Forums Agile Theme Support Occasional Fonts display issue on Chrome 33 build

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #4957
    Raghavendra
    Moderator

    Some of us are experiencing display issues with fonts and font icons in latest version of Chrome v.33 when we visit the site for first time or after a period of inactivity. At times, headings do not display, icons go blank when viewing the site with Chrome 33 build. A fix has been pushed to Chrome beta build already and we should see this being fixed in upcoming version of Chrome 34. Meanwhile, a temporary solution for this issue for all of our themes is to insert this piece of Javascript at the very end of the file {theme directory}/js/main.js file –

    jQuery(window).load(function(){
    	jQuery('body').width(jQuery('body').width()+1).width('auto');
    	});
    

    This issue has been reported widely on the web here and affects Google Fonts, Font Face, Font Icons, Typekit Fonts etc. –

    http://blog.typekit.com/2014/02/28/new-bug-in-chrome-v33-affecting-web-fonts/

    http://blog.typekit.com/2014/02/04/chrome-bug-affecting-web-fonts/

    #5527
    soyunamarca
    Member
    This reply has been marked as private.
    #5529
    soyunamarca
    Member
    This reply has been marked as private.
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Occasional Fonts display issue on Chrome 33 build’ is closed to new replies.