Mozilla 도움말 검색

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

자세히 살펴보기

Jak zmienić wielkośc czcionek w liscie wiadomości , liście folderów i w mailach ?

  • 1 답장
  • 1 이 문제를 만남
  • 10 보기
  • 최종 답변자: Zenos

more options

Jak zmienić wielkośc czcionek w liscie wiadomości , liście folderów i w mailach ? Preferencje ni działa. Chodzi o zmianę pod linux i Kubuntu

Jak zmienić wielkośc czcionek w liscie wiadomości , liście folderów i w mailach ? Preferencje ni działa. Chodzi o zmianę pod linux i Kubuntu

모든 댓글 (1)

more options

Erykf said

How to change the size of the fonts in the message list, folder list and in emails? Preferences ni works. It's about changing under linux and Kubuntu

I suggest you try a setting in preferences.

Edit|Preferences|Advanced|General→Config Editor

Search for layout.css.dpi and try positive values. -1 means use the system default but if you haven't set the appropriate dpi value in your display settings, that doesn't help much.

If that works for you, then fine. Otherwise…

Linux users can't use the Theme Font & Size Changer add-on that we recommend for Windows and Mac users, so we have to use the css file method.

In my own Linux systems, I find the dpi for the display and set that explicitly in the display settings. Windows and Mac users don't have such a straightforward adjustment; they have to experiment with a slider and some meaningless percentage numbers.

Setting that (my dpi is 142) fixes up most display size issues. I use two css files to fine-tune Thunderbird, :

userContent.css sets the message text:

/*
 * Make all the default font sizes 13 pt:
 */

* {
   font-size: 13pt !important;
}

userChrome.css sets the menus and lists, etc:

/*
 * 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 13 pt. */
* {
    font-family: "Liberation Sans" !important;
    font-size: 13pt !important;
}

Obviously, you can change the face and size to suit your own taste and desktop settings.

글쓴이 Zenos 수정일시