編輯 Preferences 文件
ubuntu:
(先修改 Chrome 預設字型或大小後, 關閉 Chrome)
google Chrome : gedit ~/.config/google-chrome/Default/Preferences
Chromium : gedit ~/.config/chromium/Default/Preferences
windows: notepad "C:\Documents and Settings\%USERNAME%\Local Settings\Application Data\Google\Chrome\User Data\Default\Preferences"
加入紅色那兩行
"webkit": {
"webprefs": {
"default_fixed_font_size": 16,
"default_font_size": 16,
"fixed_font_family": "\u7D30\u660E\u9AD4",
"minimum_font_size": 16,
"minimum_logical_font_size": 16,
"sansserif_font_family": "Microsoft Sans Serif",
"serif_font_family": "Arial"
}
}
(可能需要重開機才看到改變)
參考:
http://www.google.com/support/forum/p/chrome/thread?tid=305e60f3d3b16066&hl=zh-TW
http://www.ubuntu-tw.org/modules/newbb/viewtopic.php?post_id=116730
沒有留言:
張貼留言