使用道具 举报
Post by karoo 奇怪,在系统中已经看到粗题了。但是在浏览网页时还是没有粗体显示。是不是firefox还要单独设置什么呀。
Post by necro 哈哈,我碰到一个更奇怪的事情:昨天上linuxsir粗体还是好好的,今天不行了,跑到linuxfans上去一看,linuxfans上的粗体没有问题,上ubuntu.org.cn粗体也是好的。 :ask
Post by jhuangjiahua 如果 Firefly 粗体有问题 , 请参照第 9 贴 修改 /etc/fonts/fonts.conf 另外, 请确保你的 ~/.font.conf 没有冲突
Post by sunmoon1997 把 200 改成 180 就 OK 了。 <!-- Synthetic emboldening for fonts that do not have bold face available --> <match target="font"> <!-- check to see if the font is just regular --> <test name="weight" compare="less_eq"> <int>100</int> </test> <!-- check to see if the pattern requests bold --> <test target="pattern" name="weight" compare="more_eq"> <int>180</int> </test> <!-- set the embolden flag --> <edit name="embolden" mode="assign"> <bool>true</bool> </edit> </match> 复制代码
Post by 线头 原来的fonts.conf不能提供粗体,改成180就可以了,但英文就出现问题!
本版积分规则 发表回复 回帖后跳转到最后一页