On 20 Sep 2016 21:21, "Ken Springer" <snow...@q.com> wrote:
>
> With all the issues Theme Font and Size Changer is having, I'm going to go through my backups to before problems cropped up, restore that version, and turn all updates off.
>
You don't need to run an old insecure version of Thunderbird and nor do you need Theme Font and Size Changer.
Set up a userChrome.css file and set the font size there.
http://kb.mozillazine.org/index.php?title=UserChrome.css
and add this code:
/*
* Make all the default font sizes 20 pt:
*/
* { font-size: 20pt !important }
You can use the same in userContent.css to do the same for message text. Change the "20pt" references to whatever suits your needs.
(Make sure you also include the namespace/gatekeeper code where needed.)
--
Chris