Skip to content

Instantly share code, notes, and snippets.

@k0001
Created May 20, 2009 17:27
Show Gist options
  • Save k0001/114963 to your computer and use it in GitHub Desktop.
Save k0001/114963 to your computer and use it in GitHub Desktop.
cat << EOF >> ~/.mozilla/firefox/*.default/chrome/userContent.css
@-moz-document domain(mail.google.com)
{
/* GMail messages and textarea should use fixed-width font */
.gs .ii, textarea.dV {
font-family: MonoSpace !important;
font-size: 9pt !important;
}
}
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment