|
我按照9.2美化10.0时出错了,汉字都变成方块,如何解决??
我跳过了C. the Theme of the gtk/gtk2 program in the KDE
这一步
当做到如下一步
D .the menu/html font of the galeon ,mozilla , firebird ;the gdm . You will find it : prefectly!!!!!
============================================================================
add the code to the /etc/fonts/fonts.conf
<!--linusware found in linuxsir -->
<match target="pattern">
<test qual="any" name="family" compare="eq">
<string>SimSun</string>
</test>
<edit name="family" mode="prepend_first" binding="strong">
<string>Tahoma</string>
</edit>
</match>
发现所有的汉字都变方块了 |
|