99770 2011-12-17 15:49
Install Fonts on CentOS 5.6 - 在 Linux 下安裝新字型
假如你想安裝 Monospace 的字型到CentOS 下...
Installing *.ttf font in CentOS is very easy. You will need root access.
To install, follow these simple commands;
1. Download the Monospace-typewriter:
[url=http://www.fontex.org/monospaced-fonts.html]http://www.fontex.org/monospaced-fonts.html[/url]
2.解壓縮 並且 Copy the Monospace-typewriter to fonts directory:
[quote]
#cp MonospaceTypewriter.ttf /usr/share/fonts/
[/quote]
3.更新 font cache:
#fc-cache /usr/share/fonts/
這樣就可以啦@@