centos安裝文泉驿字體
#######################
在使用Firefox浏覽網頁時,黑色的字體老感覺好淡,看不清,網友對文泉驿字體評價很高,我今天就選裝這麼一種字體。
下載字體(URL:http://sourceforge.net/projects/wqy/files/)我在這就下載安裝wqy- microhei,得到一個壓縮包wqy-microhei-0.2.0-beta.tar.gz;(wqy-zenhei也不錯的字體哦)
#tar -zxvf wqy-microhei-0.2.0-beta.tar.gz
#mv wqy-microhei /usr/share/fonts/
#cd /usr/share/fonts/wqy-microhei
#ls (查看是否有fonts.dir和fonts.scale這個2文件,有的話重命名或者刪除)
#mkfontdir (建立fonts.dir文件)
#cp fonts.dir fonts.scale
#vi /etc/X11/fs/config
catalogue = /usr/share/X11/fonts/misc:unscaled,
/usr/share/X11/fonts/75dpi:unscaled,
/usr/share/X11/fonts/100dpi:unscaled,
/usr/share/X11/fonts/Type1,
/usr/share/X11/fonts/TTF,
/usr/share/fonts/default/Type1,
,
/usr/share/fonts/chinese/misc:unscaled,
/usr/share/fonts/chinese/misc,
/usr/share/fonts/chinese/TrueType
改成:
catalogue = /usr/share/X11/fonts/misc:unscaled,
/usr/share/X11/fonts/75dpi:unscaled,
/usr/share/X11/fonts/100dpi:unscaled,
/usr/share/X11/fonts/Type1,
/usr/share/X11/fonts/TTF,
/usr/share/fonts/default/Type1,
,
/usr/share/fonts/chinese/misc:unscaled,
/usr/share/fonts/chinese/misc,
/usr/share/fonts/chinese/TrueType,
/usr/share/fonts/wqy-microhei/
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~(紅色字體內容)
保存,退出。
注意紅色字體內容
注銷當前帳戶,並重新登錄。
系統---首選項---字體
設置想要的顯示字體為文泉驿等寬微米黑即可,當然你可以更改Firefox上的字體啦,在編輯--首選項--內容下字體進行更改啦。