Skip to content

Instantly share code, notes, and snippets.

@Coopeh
Created October 15, 2012 23:32
Show Gist options
  • Select an option

  • Save Coopeh/3896348 to your computer and use it in GitHub Desktop.

Select an option

Save Coopeh/3896348 to your computer and use it in GitHub Desktop.
TypeKit-FOUT-Protection
.wf-loading {
opacity: 0;
visibility: hidden;
}
.ie.wf-loading {
visibility: hidden;
}
.ie.wf-active {
visibility: visible;
}
.wf-active {
visibility: visible;
opacity: 1;
-webkit-transition: opacity 0.64s ease-in-out;
-moz-transition: opacity 0.64s ease-in-out;
transition: opacity 0.64s ease-in-out;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment