|
发表于 2005-9-27 10:38:22
|
显示全部楼层
把放字体的目录添加到/etc/fonts/fonts.conf
<!-- Font directory list -->
<dir>/truetype</dir>
<dir>/usr/share/fonts</dir>
<dir>/usr/X11R6/lib/X11/fonts</dir>
<dir>/usr/local/share/fonts</dir>
<dir>~/.fonts</dir>
<!--
中
fc-cache一下就可以了 |
|