Difference between revisions of "Google Chrome"
From Richard's Wiki
(New page: ==== 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\De...) |
(No difference)
|
Revision as of 19:31, 30 July 2010
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:
"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
}
},