Google Chrome 2.0.162.0發布
Google今天上午就已經發布了2.0.162.0版本的Google Chrome瀏覽器開發版(Dev Channel),但是由于臨時出現了一些問題,導致Google已經放出了更新文檔,但未給出下載鏈接的情況,并且在其官方博客上標出了如下的聲明。
Update: This release is on hold while we work out an issue with updates. --Mark Larson, 11 Feb 09
現在,Google Chrome 2.0.162.0的下載地址已經可用,喜歡嘗鮮的朋友可以下載了!
從162.0版本的Release Note中可以看出,該版本的更新內容仍然主要是Bug修復,另外加入了少量的新功能,下面是本次幾點比較重要的更新內容:
◆ 支持網絡字體和復雜腳本,也就是說Chrome可以支持直接從網絡字體庫引入的字體。Web設計人員也可以直接從網絡字體庫中引入字體,并將其直接寫在CSS里面,舉例說明可能更加易懂:
@font-face {
font-family: "Kimberley";
src: url([url]http://www.princexml.com/fonts/larabie/[/url] »
kimberle.ttf) format("truetype");
}
h1 { font-family: "Kimberley", sans-serif }
◆ 加入新的命令行開關,用戶可以指定瀏覽器緩存路徑;
◆ 更加完整的支持Windows 7和Windows 7 64Bit;
【編輯推薦】