Google Chrome

From Richard's Wiki
Revision as of 19:36, 30 July 2010 by Rkdrm (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Change Minimum Font Size in Google Chrome

Preferences are stored in preferences file. Path in Windows 7 is like:

C:\Users\<<User Name>>\AppData\Local\Google\Chrome\User Data\Default\Preferences

Add the following to the file (make sure Chrome isn't running, it will overwrite your changes when it exits):

"webkit": {
     "webprefs": {
        "default_fixed_font_size": 20,
        "default_font_size": 20,
        "fixed_font_family": "Bitstream Vera Sans Mono",
        "inspector_settings": "lastActivePanel:string:console\n",
        "minimum_font_size": 20,
        "minimum_logical_font_siz": 20,
        "standard_font_is_serif": false,
        "text_areas_are_resizable": true
     }
},