Skip to content

Instantly share code, notes, and snippets.

@tylor
Created September 19, 2012 21:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tylor/3752545 to your computer and use it in GitHub Desktop.
Save tylor/3752545 to your computer and use it in GitHub Desktop.
Bookmarklet to change font to Papyrus
javascript:(function() {if(typeof jQuery=='undefined'){var j=document.createElement('script');j.type='text/javascript';j.onload=papyrus;j.src='http://is.gd/uDgzgG';document.body.appendChild(j);}else{papyrus();}function papyrus(){$('*').css({'font-family':'Papyrus'});}})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment