On Wed, 03 Dec 2008, Steven Woody wrote:
> Though the problem have bee resolved, I still thank you Dennis. And,
> I like to tell you, I can not tell what font the firefox is using,
> because all it's font setting for Western and Chinese are all
> Serif/Sans Serif. It seems, that is font-config who is playing in the
> background to select fonts for firefox. But I don't know how this
> works. Would anyone tell me?
You may try adding this to your ~/.fonts.conf
<match target="font">
<test name="family">
<string>SimSun</string>
<string>SimSun-18030</string>
<string>AR PL ShanHeiSun Uni</string>
<string>AR PL New Sung</string>
<string>MingLiU</string>
<string>PMingLiU</string>
</test>
<edit binding="strong" mode="prepend" name="family">
<string>Tahoma</string>
<string>Arial</string>
<string>Verdana</string>
<string>DejaVu Sans</string>
<string>Bitstream Vera Sans</string>
</edit>
</match>
This will hopeful replace ugly english glyphs with your more familiar
fonts. But I'm not sure this will work for you because apparently
gnome use another config file.
--
regards,
====================================================
GPG key 1024D/4434BAB3 2008-08-24
gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3
唐詩188 杜甫 宿府
清秋幕府井梧寒 獨宿江城蠟炬殘 永夜角聲悲自語 中天月色好誰看
風塵荏苒音書絕 關塞蕭條行陸難 已忍伶俜十年事 強移棲息一枝安
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---