Skip to content

Instantly share code, notes, and snippets.

@lgrz
Created September 12, 2012 00:23
Show Gist options
  • Save lgrz/3703252 to your computer and use it in GitHub Desktop.
Save lgrz/3703252 to your computer and use it in GitHub Desktop.
Preload font example
// Preload Qucksand Bold
var preload = $('<div>hello</div>').css({
'clip': 'rect(1px, 1px, 1px, 1px)',
'font-family': 'Quicksand Bold',
'position': 'absolute'
});
$('body').prepend(preload);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment