搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

how do i increase the font size in message pane?

  • 4 个回答
  • 3 人有此问题
  • 4 次查看
  • 最后回复者为 Zenos

more options

I used a theme add in to increase the size of the menu font on the left. I cannot change the font size of the message pane. See attached. How do I enlarge this print size?

I used a theme add in to increase the size of the menu font on the left. I cannot change the font size of the message pane. See attached. How do I enlarge this print size?
已附加屏幕截图

被采纳的解决方案

You can put any of these in with the font size declaration:

 font-family : Arial !important;
 font-weight: bold !important; 
 font-style: italic !important;
 color:blue !important;

etc.

定位到答案原位置 👍 1

所有回复 (4)

more options

Try the userChrome.css solution offered here.

I know we can also insert a font face definition here, and probably a style; bold, italic etc.

more options

选择的解决方案

You can put any of these in with the font size declaration:

 font-family : Arial !important;
 font-weight: bold !important; 
 font-style: italic !important;
 color:blue !important;

etc.

由Zenos于修改

more options

Where do I find the font size declaration for Thunderbird

more options