After the latest update to Gmail (you know you have the new version because a "Older version" link appears on the upper right corner, and the UI changes slightly) , almost all tweaks ceased to work. This includes the custom CSS for fixed width font.
So, here is the trick again, updated to the new version (you should include this into the userContent.css file under <your firefox profile>/chrome/ directory):
@-moz-document domain(mail.google.com)
{
/* GMail messages and textarea should use fixed-width font */
.ArwC7c, .iE5Yyc {
font-family: MonoSpace !important;
font-size: 9pt !important;
}
}


2 comments:
Excellent!
Excelent,
but this trhead http://blog.leosoto.com/2007/04/fixed-width-font-on-gmail.html
no func???
Post a Comment