- cd ~/.mozilla/firefox/xxxxxxxx.username/chrome
- cp userChrome-example.css userChrome.css
- userChrome.css に次のような内容を書き加える。
/* フォントの設定 */ * { font-family: IPAPGothic; font-size: 14px; } input *, textfield * { font-family: IPAGothic; font-size: 13px; }
これだけだと URL バー・検索バーの内容が等幅にならないので、ちょっとよろしくない。#urlbar に fontfamily 指定をしても(!important しても)反映されないし。うーむ。