如何ubuntu删除所有面板!

新安装系统,往往有人要改字体。不喜欢点阵,或者wqy。
使用 prepend_first 是最简单的,包括外观-字体都不要动,更别去动系统的配置。这样,即保留了系统的ubuntu英文字体,中文也使用了指定字体,网页显示通常也很正常。
无痛设置。

代码:
● cat ~/.fonts.conf
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
   <match target="pattern">
      <test qual="all" name="family" compare="not_eq">
         <string>sans-serif</string>
      </test>
      <test qual="all" name="family" compare="not_eq">
         <string>serif</string>
      </test>
      <test qual="all" name="family" compare="not_eq">
         <string>monospace</string>
      </test>
      <edit name="family" mode="prepend_first">
         <string>Vera Sans YuanTi</string>
      </edit>
   </match>
</fontconfig>

作者: eexpress   发布时间: 2011-03-09

大力支持一下ee,然后有空再bs

作者: leeaman   发布时间: 2011-03-09



就一个中文,连系统字体共四个

爱用不用

作者: hcym   发布时间: 2011-03-09

作者: tenzu   发布时间: 2011-03-09

乱发技术帖害人

作者: 黄美姬   发布时间: 2011-03-09