sans serif에서 기본 폰트를 verdana로 바꾸고 싶은데 어디를 수정해야 할지 도통 모르겠습니다. /etc/fonts/conf.d/ 아래의 몇군데를 수정해 봤는데 여전히 bitstream 폰트가 기본으로 해서 출력되고 있는데 어디를 수정해야 하나요?
원하시는 게 이것이 맞는지 모르겠네요. ~/.fonts.conf가 없다면 만들고, 아래와 같이 넣어주면 됩니다.
<match> <test name="family"> <string>sans-serif</string> </test> <edit name="family" binding="strong"> <string>verdana</string> </edit> </match>
----------http://sakuragi.org
원하시는 게 이것이
원하시는 게 이것이 맞는지 모르겠네요.
~/.fonts.conf가 없다면 만들고, 아래와 같이 넣어주면 됩니다.
<match> <test name="family"> <string>sans-serif</string> </test> <edit name="family" binding="strong"> <string>verdana</string> </edit> </match>----------
http://sakuragi.org
----------
http://sakuragi.org