Skip to content

Instantly share code, notes, and snippets.

@alekskorovin
Created April 4, 2014 13:16
Show Gist options
  • Save alekskorovin/9974510 to your computer and use it in GitHub Desktop.
Save alekskorovin/9974510 to your computer and use it in GitHub Desktop.
Google Fonts fix for Chrome
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; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment