Skip to content

Instantly share code, notes, and snippets.

@martent
Created June 15, 2013 19:30
Show Gist options
  • Save martent/5789282 to your computer and use it in GitHub Desktop.
Save martent/5789282 to your computer and use it in GitHub Desktop.
Bookmarklet to set Consolas as the composing font for plain text GMails.
javascript:(function(){t=document.getElementsByClassName("aXjCH")[0];t.style.fontFamily="Consolas";t.style.fontSize="16px";document.getElementsByClassName("y3")[0].style.display="none";})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment