«前の日記(2003-01-15) 最新 次の日記(2003-01-17)» 編集

kenyo's diary


2003-01-16 [長年日記]

_ Mozilla on Vine Linux その2

前回の続き。メニューやブックマークのフォントを変更 & アンチエイリアス化。ここを参考に。 変更するのは、/home/hoge/.mozilla/hoge/fuga.slt/chrome/userChrome.css か /home/hoge/.mozilla/default/fuga.slt/chrome/userChrome.css 。
・ メニュー関連だけの場合
menu, menuitem, menulist, menubutton {
  font-family: gothic !important;
  font-weight: bold !important;
  font-size: 14pt !important;
}
・ すべてのフォントを変更する場合
* {
  font-family: gothic !important;
  font-weight: bold !important;
  font-size: 14pt !important;
}
みたいな感じに。ちなみに僕のところはこんな感じになりました。ちゅーか Mozilla だけぢゃなくて FVWM 全体でもフォントのアンチエイリアスできないもんかね。

_ Aaron's apartment

I went to Aaron's apartment with my firends. I met Karen from Australia there. She was very fun, smart and easy to talk to. When I didn't understand what she said, she told me in Japanese. She is going to return Australia on Feburyary 12. I wish she stayed in Japan more.

[]

2002|07|08|09|10|11|12|
2003|01|02|03|04|05|06|07|08|09|10|12|
2004|01|02|03|04|05|06|07|08|09|10|11|12|
2005|01|02|03|04|05|06|07|08|09|10|11|12|
2006|01|02|03|04|06|10|11|12|
2007|01|02|04|06|07|08|09|10|11|12|
2008|01|02|03|04|05|06|07|08|09|10|11|12|
«前の日記(2003-01-15) 最新 次の日記(2003-01-17)» 編集