Skip to content

Instantly share code, notes, and snippets.

@cranmer
Created October 17, 2014 18:40
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 cranmer/96c4930b87b98387a11a to your computer and use it in GitHub Desktop.
Save cranmer/96c4930b87b98387a11a to your computer and use it in GitHub Desktop.
Betterize with Arial font instead
javascript:(function%20()%20%7Bvar%20els%20=%20%5B'div',%20'p',%20'span',%20'td',%20'th',%20'tr',%20'body',%20'section'%5D;%20for%20(var%20k%20=%200;%20k%20%3C%20els.length;%20++k)%20%7B%20$(els%5Bk%5D).css('font-family',%20'Arial');%7D%7D)();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment