Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Message from discussion gmail - fixed font
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
mik  
View profile  
 More options Oct 30 2009, 1:36 pm
From: mik <mik...@gmail.com>
Date: Fri, 30 Oct 2009 10:36:10 -0700 (PDT)
Local: Fri, Oct 30 2009 1:36 pm
Subject: Re: gmail - fixed font
Yes. They changed the class for textarea from dV to Ak.
I have prepared a css which solves this problem. Moreover, when used
with Google Labs feature to show messages in fixed font, it toggles
the display from fixed to proportional and vice versa.

@-moz-document domain(mail.google.com) {
    /* GMail messages and textarea should use fixed-width font */
    textarea.Ak, div.ii.gt {
        font-family: monospace !important;
        font-size: 9pt !important;
    }
    /* when switched to fixed font (Google Labs feature) use sans-
serif instead */
    div.ii.gt.gu {
        font-family: sans-serif !important;
        font-size: 10pt !important;
    }

}

On Oct 28, 1:24 am, mik <michal.kaczmarc...@gmail.com> wrote:
> Hello,

> I have just noticed that the option "Use a fixed font for mail bodies"
> has ceased to work for the edit box.
> Most probably Google changed something in Gmail...

> Regards,
> Michał.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.