2007/02/14(水) [n年前の日記]
#9 [ubuntu] _DesktopなLinuxの設定とか FireFoxで"bタグ"を太字で強調させる その2
なんてこった。Linux 版 Firefox は、まだ太字が出ないのか…。
メモさせてもらおう。/etc/fonts/fonts.conf をバックアップしてから、修正。
メモさせてもらおう。/etc/fonts/fonts.conf をバックアップしてから、修正。
<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 -->
<edit name="embolden" mode="assign">
<bool>true</bool>
</edit>
</match>
【変更箇所】
482行目の
<int>100</int>
を
<const>medium</const>
~に
485行目の<test target="pattern" name="weight" compare="more_ep">
を
<test target="pattern" name="weight" compare="more">
に
486行目の<int>200</int>を
<const>medium</const>
に
◎ _「このファイルは編集するな、するならlocal.confにしろ」とのお達しが :
しまった。ということで /etc/fonts/local.conf を作成・編集。/etc/font/fonts.conf は元に戻した。
[ ツッコむ ]
以上です。