Return to Snippet

Revision: 66071
at March 11, 2014 04:27 by eklemen


Initial Code
body {
    -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
}

@-webkit-keyframes fontfix {
    from { opacity: 1; }
    to   { opacity: 1; }
}

Initial URL


Initial Description
Chrome bug-fix. CSS forces Chrome to redraw the fonts

Initial Title
Chrome Fix for Disappearing Fonts

Initial Tags
css, animation

Initial Language
jQuery