Theme Font & Size Changer のレビュー
Theme Font & Size Changer 作成者: Baris Derin、 Access Firefox Project
Firefox ユーザー 13455735 によるレビュー
5 段階中 5 の評価
Firefox ユーザー 13455735 によるレビュー (8年前)Until this stuff is fixed for newer Firefox use this hack to get font size bigger:
create userChrome.css in the profiles /chrome folder and enter
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
menubar, menubutton, menulist, menu, menuitem, textbox,
toolbar, .tab-text, tree, tooltip, sidebarheader, statusbar {
font-size: 20px !important; }
create userChrome.css in the profiles /chrome folder and enter
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
menubar, menubutton, menulist, menu, menuitem, textbox,
toolbar, .tab-text, tree, tooltip, sidebarheader, statusbar {
font-size: 20px !important; }