分页: 1 / 1

而谁出现过这样的字体问题?

发表于 : 2008-05-25 19:33
bmlinkai
打开Baidu搜索结果后,页面的字体是这个样子的. 显示结果列表正常,但“设置百度为首页”等字变得很大。

Google的搜索页这里的“下一页”几个字,也变得特别大。

怀疑是不是黑体字设置的有问题?有人帮帮我吗?给我看看字体和配置文件怎么设置?

还不会贴图,不知道有没有贴错。

发表于 : 2008-05-25 19:40
leeaman
刷新一下看看

发表于 : 2008-05-25 19:49
adagio
:lol: 这个才叫一砣屎啊

发表于 : 2008-05-25 19:53
solcomo
你是按照什么方法配置字体的 ?

发表于 : 2008-05-25 19:58
bmlinkai
solcomo 写了:你是按照什么方法配置字体的 ?
我一开始装的Alternative版本的Ubuntu8.04,然后自己装了Ubuntu-Desktop,此外没有做任何字体相关的东西。
一开始就发现百度和Google显示不正常。其他网页基本还好,但碰到一些网页有类似黑体的字,也会变得很大。

之后我试了很多字体美化方案都没有解决问题

唯一的一个发现是,如果Firefox的字体设为文泉驿点阵的话就不会有这么大的字体出现,不过文泉驿点阵看起来字体笔划实在太小,不想用。

发表于 : 2008-05-25 20:00
relaxssl
很恶心的字体

发表于 : 2008-05-25 20:05
solcomo
你先做备份,然后试试把/etc/fonts/conf.avail/90-synthetic.conf 的最后一段改成这样

代码: 全选

<!--
 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">
			<const>medium</const>
		</test>
		<!-- check to see if the pattern requests bold -->
		<test target="pattern" name="weight" compare="more">
			<const>medium</const>
		</test>
		<!--
		  set the embolden flag
		  needed for applications using cairo, e.g. gucharmap, gedit, ...
		-->
		<edit name="embolden" mode="assign">
			<bool>true</bool>
		</edit>
		<!--
		 set weight to bold
		 needed for applications using Xft directly, e.g. Firefox, ...
		-->
		<edit name="weight" mode="assign">
			<const>medium</const>
		</edit>
	</match>

发表于 : 2008-05-25 20:31
bmlinkai
solcomo 写了:你先做备份,然后试试把/etc/fonts/conf.avail/90-synthetic.conf 的最后一段改成这样

代码: 全选

<!--
 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">
			<const>medium</const>
		</test>
		<!-- check to see if the pattern requests bold -->
		<test target="pattern" name="weight" compare="more">
			<const>medium</const>
		</test>
		<!--
		  set the embolden flag
		  needed for applications using cairo, e.g. gucharmap, gedit, ...
		-->
		<edit name="embolden" mode="assign">
			<bool>true</bool>
		</edit>
		<!--
		 set weight to bold
		 needed for applications using Xft directly, e.g. Firefox, ...
		-->
		<edit name="weight" mode="assign">
			<const>medium</const>
		</edit>
	</match>

好象没有什么用,还是要在安装了Xfonts-wqy后,选中Firefox的字体为WenQuanYi Bitmap Song,还要在高级那里把“允许页面选择显示字体而不使用上面的配置”这个勾去掉 。