Skip to content

Instantly share code, notes, and snippets.

@joeyespo
Created April 15, 2011 16:39
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 joeyespo/922002 to your computer and use it in GitHub Desktop.
Save joeyespo/922002 to your computer and use it in GitHub Desktop.
Changes the font of all p HTML elements to Verdana
javascript:jQuery("p").css("font", "75%/150% 'Verdana'").css("letter-spacing", "0px")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment