[WinXP] Chrome使用CSS樣式強制使用微軟雅黑字型出現口口的解決辦法

來源:互聯網
上載者:User

標籤:style   blog   class   c   code   ext   

XP下使用chrome(也包括FF、opera、IE等支援css定義樣式的瀏覽器),為美觀希望將頁面字型強制顯示為微軟雅黑,但是在某些網站,會有部分字元無法顯示,比如:www.taobao.com,https://www.zybuluo.com/mdeditor,究其原因,是由於這些網站使用了“表徵圖字型”,而微軟雅黑不能夠顯示。這個問題估計不少人都遇到過。那麼,能否“魚和熊掌兼得”呢?答案是肯定的,將自訂樣式改為以下代碼即可:

*:not([class*="icon"]):not(i){font-family: "Microsoft YaHei" !important;}* {text-shadow: silver 0px 0px 1px !important;}

第一行強制將非表徵圖字型顯示為微軟雅黑,表徵圖字型原樣顯示;

第二行是一個增強功能,為網頁字型增加陰影(僅部分瀏覽器支援該特性,需佔用一定的cpu和記憶體開銷)。

以上實測有效。

 

 

 

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.