
[Techy] Google browser 字太小怎麼辦
May 30, 2009http://francis-space.blogspot.com/2009/02/chrome-minimum-font-size.html
很多人包括小弟都發現 Google Chrome Browser 在某些網頁的小字體細得不能觀看。
這是由於該頁限定了要用某細小 font size,而 Google Chrome 沒有下限的設定。
其實是可以設定的,我們打開它的設定文件檔 :
C:\Documents and Settings\User_Name\Local Settings\Application Data\Google\Chrome\User Data\Default\Preferences
如我用 Chromium 和 user_name 是 Francis 則在 :
C:\Documents and Settings\Francis\Local Settings\Application Data\Chromium\User Data\Default
先要把運行中的 Google Chrome 關閉,用 notepad 打開文件, find “webkit”,或直接跳往文件底部,便見 webkit (Google Chrome 的 rendering engine) 的設定段。自行加上 minimum font size 的設定,如下例兩行粗體:
“webkit”: {
“webprefs”: {
“default_fixed_font_size”: 13,
“default_font_size”: 16,
“fixed_font_family”: “Courier New”,
“minimum_font_size”: 12,
“sansserif_font_family”: “Arial”,
“serif_font_family”: “Times New Roman”,
“text_areas_are_resizable”: true
}
}
這樣的顯示結果便會和 IE 一模一樣了。
我希望後續的 Google Chrome 會在選項中提供此設定啦,同時亦希望有預設的放大率設定,這是很多人要求的事項。