|
发表于 2006-11-29 18:26:18
|
显示全部楼层
- 18. 配置字体(两种方法任选):
- (方法一、黑体)
- 下载msttcorefonts.tar.gz和sthei.ttf.gz(到这里下载,在Linux目录下)
- 代码:
- tar zxvf msttcorefonts.tar.gz gunzip sthei.ttf.gz sudo mkdir /usr/share/fonts/custom sudo mv msttcorefonts/ /usr/share/fonts/custom sudo mkdir /usr/share/fonts/custom/cn sudo mv sthei.ttf /usr/share/fonts/custom/cn sudo chown -R root:root /usr/share/fonts/custom/ sudo chmod -R 755 /usr/share/fonts/custom/ sudo fc-cache
复制代码
msttcorefonts字体源里有
无须配置 |
|