close

Firefox Flash 顯示中文時, 會變成很多的框框, 主要是字型問題, 換個字型就可以了. (不過看起來應該是字型選錯的問題)

Firefox Flash 中文顯示修正

  1. vim /etc/fonts/conf.d/49-sansserif.conf
  2. 將所有 sans-serif 改成 sans serif
  3. 重開 Firefox 即可

上述解法可行, 下述有另外比較好的解法, 且可相容 Google Chrome.

  1. vim /etc/fonts/conf.d/69-language-selector-zh-tw.conf
  2. 將 sans-serif 下的 binding="strong" 拿掉
    <edit name="family" mode="prepend" binding="strong">
    改成
    <edit name="family" mode="prepend">
  3. 即可

原文出處:http://plog.longwin.com.tw/my_note-unix/2009/06/05/ubuntu-firefox-flash-chinese-fix-2009

arrow
arrow
    全站熱搜

    風箏 發表在 痞客邦 留言(0) 人氣()