We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

How to change program native display fonts in 29.0? (Such as for lists.)

  • 6 답장
  • 2 이 문제를 만남
  • 1 보기
  • 최종 답변자: rockh1

more options

Managing message fonts is NOT the issue, which is:

How does one change the font size for lists, etc. - e.g., Local Folders, lists of Emails - that are native to Thunderbird program info display? It's easy to control column content, message fonts, etc, but there seems to be no solution to the overall display size dilemma other than to reduce monitor resolution - and that's NOT a good thing to do!

To state it differently - pretend your eyes are worsening, and you need for default program displays to appear in enlarged format - not just messages, but the entire display, frame, etc. - how to do with TBird?

Managing message fonts is NOT the issue, which is: How does one change the font size for lists, etc. - e.g., Local Folders, lists of Emails - that are native to Thunderbird program info display? It's easy to control column content, message fonts, etc, but there seems to be no solution to the overall display size dilemma other than to reduce monitor resolution - and that's NOT a good thing to do! To state it differently - pretend your eyes are worsening, and you need for default program displays to appear in enlarged format - not just messages, but the entire display, frame, etc. - how to do with TBird?

선택된 해결법

Try this add on: https://addons.mozilla.org/en-us/thunderbird/addon/theme-font-size-changer/

If you're one of those who desperately dislike addons, what this addon does can also be achieved by editing a native configuration file. The addon will at least give you the ability to interactively try various adjustments.

문맥에 따라 이 답변을 읽어주세요 👍 2

모든 댓글 (6)

more options

선택된 해결법

Try this add on: https://addons.mozilla.org/en-us/thunderbird/addon/theme-font-size-changer/

If you're one of those who desperately dislike addons, what this addon does can also be achieved by editing a native configuration file. The addon will at least give you the ability to interactively try various adjustments.

more options

Works perfectly with 29.0 - I greatly appreciate the help offered by Mozilla, in this case by "Zenos." Keep up the good work!

more options

What config file can i edit? TFASC doesn't work for me on v45.2.0. I'm a long time user of Thunderbird, my eyes are getting worse, and it would be REALLY nice to be able to increase the font size or change to a bold font.

more options

I have a file named userChrome.css located in the chrome folder. You may have to create the folder and this file within it.

Assuming you don't already have a chrome folder, copy the following, paste it into a new text file, name it userChrome.css, make the folder chrome in your profile, copy your new file into that folder, then restart Thunderbird.

If you do already have a userChrome.css, open it in an editor such as notepad, and paste the font-size line into it.

You can change the 12pt !important to suit your needs. I'd check to see what size you set for items in your desktop GUI and use that same value here.

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

/*  * Make all the default font sizes 12 pt:  */ * { font-size: 12pt !important; }

글쓴이 Zenos 수정일시

more options

Thank you. that helps. Is there a way to make the font bold?

more options

I figured it out. I had userchrome.css in the mail folder, instead of the profile. Thank you much or the help.