mieki256's diary



2007/02/14(水) [n年前の日記]

#9 [ubuntu] _DesktopなLinuxの設定とか FireFoxで"bタグ"を太字で強調させる その2

なんてこった。Linux 版 Firefox は、まだ太字が出ないのか…。

メモさせてもらおう。/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>

DesktopなLinuxの設定とか FireFoxで"bタグ"を太字で強調させる その2 より

_「このファイルは編集するな、するならlocal.confにしろ」とのお達しが :

しまった。ということで /etc/fonts/local.conf を作成・編集。/etc/font/fonts.conf は元に戻した。

以上です。

過去ログ表示

Prev - 2007/02 - Next
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28

カテゴリで表示

検索機能は Namazu for hns で提供されています。(詳細指定/ヘルプ


注意: 現在使用の日記自動生成システムは Version 2.19.6 です。
公開されている日記自動生成システムは Version 2.19.5 です。

Powered by hns-2.19.6, HyperNikkiSystem Project