Skip to content

Instantly share code, notes, and snippets.

@sarnesjo
Created April 4, 2011 09:06
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sarnesjo/901327 to your computer and use it in GitHub Desktop.
Save sarnesjo/901327 to your computer and use it in GitHub Desktop.
Force Safari to use the default fixed-width font for plain-text emails in Gmail
div.ii, textarea.Ak
{
font-family: monospace !important;
font-size: 10pt !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment