Skip to content

Instantly share code, notes, and snippets.

@jeffehobbs
Created March 11, 2012 15:38
Show Gist options
  • Save jeffehobbs/2016856 to your computer and use it in GitHub Desktop.
Save jeffehobbs/2016856 to your computer and use it in GitHub Desktop.
Helveticize
javascript:styles='* { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important; }'; newSS = document.createElement('link'); newSS.rel = 'stylesheet'; newSS.href = 'data:text/css,' + escape(styles); document.documentElement.childNodes[0].appendChild(newSS); void 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment