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; }