10.04でYahoo Japan!の記事フォントが変な件

はてダでも依然中国語フォント?が使われているので、正しい回避法は別にありそうですが、とりあえずめも

.fonts.confを作成

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
	<match target="pattern">
		<test qual="any" name="family">
			<string>MS PGothic</string>
		</test>
		<edit name="family" mode="assign">
			<string>TakaoPGothic</string>
		</edit>
	</match>
</fontconfig>

MS PGothicをTakaoPGothicに置き換えてるだけ。