Skip to content

Instantly share code, notes, and snippets.

@cers
Created June 14, 2009 00:56
Show Gist options
  • Save cers/129498 to your computer and use it in GitHub Desktop.
Save cers/129498 to your computer and use it in GitHub Desktop.
jetpack.tabs.onReady(function(doc){
if (this.url.match(/^https:\/\/jetpack.mozillalabs.com\//))
$("*",doc).css({"font-family":"Times"});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment