Linux에서 firefox의 글꼴설정
~/.mozilla/firefox/????/chrome/ 에 userChrome.css 파일을 만든 후 아래와 같이 입력한다.

window, menubar, menubutton, menulist, menu, menuitem, textbox, toolbar, tab, tree, tooltip {
font-family: Gulim !important;
font-size: 10pt !important;
}

* {
font-famly: Gulim !important;
font-size: 10pt !important;
}


위 ???? 는 사용자마다 폴더명이 다르므로 해당 하위 디렉토리를 찾아 chrome 디렉토리 아래에
userChrome.css 파일을 생성하면 된다.
by thisrule | 2005/03/03 11:42 | 리눅스 | 트랙백 | 덧글(3)
트랙백 주소 : http://thisrule.egloos.com/tb/1026024
☞ 내 이글루에 이 글과 관련된 글 쓰기 (트랙백 보내기) [도움말]
Commented by Camy at 2007/04/06 01:12
Hello
Commented by Robert at 2007/04/06 01:16
nice
Commented by Naomi at 2007/04/06 01:42
hello

:         :

:

비공개 덧글



< 이전페이지 다음페이지 >