Mozilla Destek’te Ara

Destek dolandırıcılığından kaçının. Mozilla sizden asla bir telefon numarasını aramanızı, mesaj göndermenizi veya kişisel bilgilerinizi paylaşmanızı istemez. Şüpheli durumları “Kötüye kullanım bildir” seçeneğini kullanarak bildirebilirsiniz.

Daha Fazlasını Öğren

How do I keep default font in my own Thunderbird emails?

  • 3 yanıt
  • 3 kişi bu sorunu yaşıyor
  • 1 gösterim
  • Son yanıtı yazan: Zenos

more options

I bcc myself on all my emails. My default typeface for everything in Thunderbird is Georgia. I can see that the emails I write in Tbird are in Georgia as I compose them.

But when I open my own sent messages in Tbird, the typeface has changed to some sans-serif font. What's really puzzling is that when I open my T-sent emails on my phone (in K-9 mail), I get Georgia -- it looks just as I intended.

I have unchecked "allow messages to use other fonts" and in my "send" options, I have tried "send as HTML anyway" and "ask me what to do" and changing that doesn't seem to matter.

What setting do I need to change so that my own Thunderbird-sent messages remain in Georgia when I open them in Thunderbird?

I bcc myself on all my emails. My default typeface for everything in Thunderbird is Georgia. I can see that the emails I write in Tbird are in Georgia as I compose them. But when I open my own sent messages in Tbird, the typeface has changed to some sans-serif font. What's really puzzling is that when I open my T-sent emails on my phone (in K-9 mail), I get Georgia -- it looks just as I intended. I have unchecked "allow messages to use other fonts" and in my "send" options, I have tried "send as HTML anyway" and "ask me what to do" and changing that doesn't seem to matter. What setting do I need to change so that my own Thunderbird-sent messages remain in Georgia when I open them in Thunderbird?

Tüm Yanıtlar (3)

more options

Under Tools/Options/Display/Formatting/Fonts & Colors/Advanced, what do you have for Proportional, Serif and Monospace?

more options

Proportional: serif Serif: Georgia Sans-serif: Georgia Monospace: Georgia

Thanks for any help you can give.

ETA: TB 45.1.0

Szoszolo tarafından tarihinde düzenlendi

more options

I'd suggest you make sure you have set those for both "Latin" and "Other writing systems".

Save a message as Draft, or send one to yourself. Then open it and view its source using ctrl+u. I'm wondering if it explicitly mentions "Georgia" anywhere. I became interested in why my messages, composed (I thought) in a sans-serif font were appearing in colleagues' email clients in Times Roman. What I discovered was that Thunderbird didn't explicitly declare the typeface; it set size and style but not the face.

A cure for this is to use the Stationery add-on and set up a template that does actually set a font. e.g.

<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
    <title></title>
  </head>
  <body style="font-family: Georgia, serif; font-size: 11pt; font-style:italic;"
    bgcolor="#ffffff" text="#0000ff">
    <span id="_AthCaret"><!-- initial cursor placement --></span><br>
    <div class="moz-signature">
      -- <br>
      Zenos<br>
    </div>
  </body>
</html>