Method 2 (CSS Stylist):
首先,要下载Chrome Stylist,这是Chrome 的Extension来的。
然后,改动Chrome Stylist 的Options (想把所有网页的字体都选做一样的话,请在’All site’旁的Checkbox打勾。
* { font-family: "Sans" "iLiHei" "iLiHei" "Lucida Grande", "Trebuchet MS", sans-serif !important; } pre, code, kbd, samp, var { font-family: "Sans", "iLiHei", "Monaco", "Andale Mono", monospace !important; } .body img { max-width: 100% !important; } .channel { background-color: #ffffff !important; } .channel a { color: #000000 !important; } .title { font-size: 30px !important; } .channel_toolbar { padding-bottom: 1em !important; border-bottom: 1px solid #000000 !important; background-color: #ffffff !important; } .item { border-bottom: 1px solid #000000 !important; } .even { background-color: #ffffff !important; } .hilight { background-color: #ffffff !important; } .item_title { font-size: 18px !important; } .adsWrapper { margin: 0 !important; }蓝色的字代表你想chrome用的字体。这个方法也不错,所用的字体相对Method 3的也比较清晰,但有些网站不能用,例如Yahoo.comGoogle.com的测试结果:感觉较清爽。