Last Edited: 01 May 2008 by superuser Importered from old WiKi -- 30/04-08 17:04.
Every now and then I notice questions about how to increase menu font size for one of the Mozilla's applications, usually for web browser. There are few different ways to do that.
Here is one example for Mozilla:
- Close all Mozilla's applications if some are open.
- Click: Start -> File managers -> ROX-Filer file manager
- In ROX window right click -> Display -> Show Hidden (check box should be enabled)
- Click: .mozilla -> default -> 7oma673h.slt (this is profile directory and could have different name) -> chrome
- If userChrome.css file exists -> right click it -> choose 'Open As Text' menu option
- Search for font size setting like:
* {font-size: 12pt !important;}
If such setting exists then you can change the value for the font size.
Set the font name like:
* {font-family: Arial !important;}
Usually is recommended Tahoma, but I prefer Arial.
If font size setting does not exist than you add it to the end of the file.
Save the file, start Mozilla and check the result.
PS:
If 'chrome' directory does not exists then:
- in ROX window right click -> New -> Directory -> at the end of the path in the text field type:
chrome
If userChrome.css file does not exists then:
- in ROX window right click -> New -> Blank file -> at the end of the path in the text field type: