Top/article/Enlarge-font-size-of-Gmail
English | Japanese
English | Japanese

Menu

  • Top
  • Akihiko Yamaguchi 山口 明彦
  • Project プロジェクト
  • Text テキスト
  • Recent articles 最近の記事
  • Articles 記事一覧 (a to z)
  • Search 検索

Tags タグ †

  • [c++][bash][python][latex][php]
  • [linux][windows][mac][android]
  • [math][algorithm][idea][trick]
  • [liboctave][opencv][git][ros]
  • [setting][bug][general]
↑

Recent articles 最近の記事 †

2019-07-02
  • article/Display-Unix-Time
  • article/Synchronize-Linux-Time-to-Remote
2018-09-27
  • article/python-multimode-singleton
2018-09-02
  • article/rosinstall-git-default-remote
2017-07-28
  • article/SubMenu
2017-03-05
  • article/Import-a-different-version-of-OpenCV-in-Python
2015-08-17
  • article/DRC-finals-2015
2015-01-05
  • article/Upgrade-Android-to-Lollipop
2015-01-01
  • article/Kernel-panic-of-Linux-when-using-Xtion
  • article/Do-not-skip-freeing-data-when-using-tri-mesh-in-ODE
Access: 2/1919 - Admin
These search terms have been highlighted:[trick]

Enlarge font size of Gmail

Gmailの文字を大きくする

[trick]
2010-05-11

Gmailの文字が小さくて見にくい(英文は特に).ズームすると,全体のバランスが崩れてださい.Chrome や Firefox 限定だと思われるが,Stylish という拡張機能(アドオン)をインストールすれば,メッセージだけ文字を大きくできる.

以下 Google Chrome を想定.

1. 拡張機能を検索して,Stylish を追加する

2. 拡張機能の設定ページで,Stylish のオプションを選ぶ

3. Add new style をクリック

4. Name に GMail: larger font for messages などと入力

5. Code に以下を入力

@namespace url(http://www.w3.org/1999/xhtml);
textarea, .ii.gt {
    font-family: Dejavu Sans, Courier, Arial !important;
    font-size: 10pt !important;
}

6. Enabled にチェックをいれる

7. Applies to [URL on the domain] [mail.google.com] のようにする

8. Save をクリック

これで,メッセージが10ptになる.フォントも変わる.


(追記@Jun.29,2010)

Google Reader の記事のフォントサイズを大きくするには,

@namespace url(http://www.w3.org/1999/xhtml);
.entry-body {
    font-family: Dejavu Sans, Courier, Arial !important;
    font-size: 11pt !important;
}

とする.なぜか

Applies to [URL on the domain] [google.com]
           [URL on the domain] [google.co.jp]

としなければ機能しなかった.




Last-modified:2015-01-01 (Thu) 09:20:17 (3782d)
Site admin: Akihiko Yamaguchi.
Written by: Akihiko Yamaguchi.
System: PukiWiki 1.5.0. PHP 5.2.17. HTML conversion time: 0.007 sec.