Skip to content

Instantly share code, notes, and snippets.

@tommcfarlin
Created March 25, 2014 12:05
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tommcfarlin/bd5c07afbe37c48f8c4a to your computer and use it in GitHub Desktop.
Save tommcfarlin/bd5c07afbe37c48f8c4a to your computer and use it in GitHub Desktop.
[jQuery] Force Chrome to repaint fonts.
( function( $ ) {
"use strict";
$( window ).on( 'load', function() {
$( 'body' )
.hide()
.show();
});
}( jQuery ) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment