2009-08-20

how to enlarge Google Chrome's tiny font


Google Chrome browser displays text in a very tiny font. They don't offer any option yet for increasing font size of websites. But I've found a good solution for correcting this problem.


If you are using Windows 7:
1- Make sure Chrome is closed, then go to:
Start > Computer > C > Users > your_username > AppData > Local > Google > Chrome > User Data > Default >

2- Open the "Preferences" file, using any text editor.

3- Replace the " }" character in the last line with the following:
"webkit": {
"webprefs": {
"default_fixed_font_size": 11,
"default_font_size": 12,
"fixed_font_family": "Bitstream Vera Sans Mono",
"minimum_font_size": 18,
"minimum_logical_font_siz": 12,
"sansserif_font_family": "Times New Roman",
"serif_font_family": "Arial",
"standard_font_is_serif": false,
"text_areas_are_resizable": true
}
}
}

change the minimum font size (showing in bold above) if you wish. The default is "12" but you can increase it until you feel comfortable with the text size of sites.
save and close the file.

2 comments:

  1. Anonymous4/9/09 18:22

    It's part of the UI now...

    http://www.google.com/support/chrome/bin/answer.py?hl=en&answer=95416

    ReplyDelete
  2. Yes, but you cannot set a minimum font size from the options. You can only do this manually. I recommend that you do not change any font settings except the minimum font size only.

    ReplyDelete