সহায়তা খুঁজুন

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Why is font amazingly small?

  • 1 উত্তর
  • 1 এই সমস্যাটি আছে
  • 7 দেখুন
  • শেষ জবাব দ্বারা finitarry

more options

I just installed Thunderbird, but it's been a waste of time. Whoever is managing this gig is obviously sabotaging the whole deal. The UI font is a core component and I strain to read it, further I need to learn to find, install and learn to use an add-on, just to adjust font size. I can see why font size is prevented by default as UI is not responsively designed and looks worse when font is increased. The whole experience feels like I've gone back a few decades, from minority report to MS DOS. I just can't believe this isn't even a bug, feels like a joke.

I just installed Thunderbird, but it's been a waste of time. Whoever is managing this gig is obviously sabotaging the whole deal. The UI font is a core component and I strain to read it, further I need to learn to find, install and learn to use an add-on, just to adjust font size. I can see why font size is prevented by default as UI is not responsively designed and looks worse when font is increased. The whole experience feels like I've gone back a few decades, from minority report to MS DOS. I just can't believe this isn't even a bug, feels like a joke.

All Replies (1)

more options

Is the font too small in the interface, or the content or both? I had the same problem and solved it with settings in userChrome.css and userContent.css files. http://kb.mozillazine.org/UserChrome.css http://kb.mozillazine.org/UserContent.css

For userChrome.css:

/* Do not remove the @namespace line -- it's required for correct functioning and sets default namespace to XUL */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

/*most interface fonts - Trebuchet is easier to read*/
textbox,tab,window,wizard,page,dialog,prefwindow,statusbar,toolbar {
   font-size: 15px !important;
   font-family: Trebuchet MS !important;
}

/*Account menu page needs bigger fonts*/
#acctCentralHeaderRow {
  font-weight: bold !important;
  font-size: 180% !important;}
.acctCentralTitleRow {
  font-weight: bold !important;
  font-size: 160% !important;}
.acctCentralLinkText {
   font-size: 140% !important;
  font-weight: bold !important;
}

For userContent.css:

 * {font-family: Trebuchet MS !important;
font-size: 15px !important;
}

finitarry দ্বারা পরিমিত