Created
May 20, 2009 17:27
-
-
Save k0001/114963 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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