Using text editor to open “Documents and Settings\User_Name\Local Settings\Application Data\Google\Chrome\User Data\Default\Preferences”
Look for the section of code that looks like the following example (if its not in the file, try adding it yourself)
“webkit”: {
“webprefs”: {
“default_fixed_font_size”: 11,
“default_font_size”: 12,
“fixed_font_family”: “Zawgyi-one”,
“minimum_font_size”: 12,
“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
}
}
http://www.google.com/support/forum/p/Chrome/thread?tid=08c767f066644e4e&hl=en
Leave a Reply