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