Created
April 15, 2011 16:39
-
-
Save joeyespo/922002 to your computer and use it in GitHub Desktop.
Changes the font of all p HTML elements to Verdana
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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