Mozilla サポートの検索

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.

詳しく学ぶ

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

Increasing font size / userChrome.css ignored

  • 2 件の返信
  • 1 人がこの問題に困っています
  • 1 回表示
  • 最後の返信者: Ray

more options

Hi,

I am partially sighted, and having just updated to v 78.2.1, I need to increase Thunderbird's user interface font size, please.

I have spent HOURS scouring the forums, and know that I am not alone in not being able to easily do this, so kindly excuse me.

Below is the content of my userChrome.css file on my Windows 10 machine, which TBird ignores even on re-boot. I have no Add-Ons, and only one Profile.

PATH C:\Users\Ray\AppData\Roaming\Thunderbird\Profiles\xxxxxxxx.default\Chrome

[xxxxxxxx.default replaces real file name.default]

CONTENT /*

  • Do not remove the @namespace line -- it's required for correct functioning
*/

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

/*

  • Make all the default font sizes eg:18 px:
  • /
  * { font-size: 18px !important; } 

Would you kindly advise me and explain what I am doing wrong?

Many thanks,

Ray

Hi, I am partially sighted, and having just updated to v 78.2.1, I need to increase Thunderbird's user interface font size, please. I have spent HOURS scouring the forums, and know that I am not alone in not being able to easily do this, so kindly excuse me. Below is the content of my userChrome.css file on my Windows 10 machine, which TBird ignores even on re-boot. I have no Add-Ons, and only one Profile. PATH C:\Users\Ray\AppData\Roaming\Thunderbird\Profiles\xxxxxxxx.default\Chrome [xxxxxxxx.default replaces real file name.default] CONTENT '''''/* * Do not remove the @namespace line -- it's required for correct functioning */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* *Make all the default font sizes eg:18 px: */ * { font-size: 18px !important; } ''''' Would you kindly advise me and explain what I am doing wrong? Many thanks, Ray

この投稿は Ray により に変更されました

選ばれた解決策

Dear Anje (Toad-Hall),

Thanks soo much for this!

Both solutions worked in fact.

Good ol Toadie : )

Best wishes,

Ray

この回答をすべて読む 👍 0

すべての返信 (2)

more options

re :C:\Users\Ray\AppData\Roaming\Thunderbird\Profiles\xxxxxxxx.default\Chrome

The 'Chrome' folder should be 'chrome' folder - note the spelling - no capital C

Also check this is set to 'True'

  • Menu app icon > Options > General
  • scroll to bottom
  • click on 'Config Editor'
  • Accept warning
  • In search type: legacy
  • look for this line: toolkit.legacyUserProfileCustomizations.stylesheets
  • If it says Value is 'False', double click on line to toggle the value to 'True'
  • close window - click on top right X


However, there is another method you might like to check out. The developers have now included a means of increasing pixel ratio.

  • 'Menu icon (3 lines) > Options > 'General'
  • scroll all the way down to the bottom
  • click on 'Config Editor' button

It may say 'here be dragons' as a type friendly warning to be careful :)

  • In top search type: pixels
  • Look for this line: layout.css.devPixelsPerPx

The default is -1.0

  • Double click on that line to open a small window.
  • clear contents and type in eg: 1.5 or 1.75 or 2.0 or 2.25
  • click on OK

The effect is instantaneous, so you can gradually increase the number until you find the size that suits you. This will effect all of Thunderbird.

more options

選ばれた解決策

Dear Anje (Toad-Hall),

Thanks soo much for this!

Both solutions worked in fact.

Good ol Toadie : )

Best wishes,

Ray