These search terms have been highlighted:[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]
としなければ機能しなかった.