2010-05-04 01:11:13
/home/.fonts 폴더에 ttf 파일을 복사하고,(폴더 없으면 만들고)
/etc/fonts/conf.d/29-language-selector-ko-kr.conf 파일을 편집해서,
<!-- Turn off antialias and autohint for Korean fonts depending on pixelsize -->
밑에 있는
<edit name="antialias" mode="assign">
<bool>true</bool>
</edit>
<edit name="autohint" mode="assign">
<bool>true</bool>
</edit>
이렇게 true 로 수정하면 된다. 기본적으로 이렇게 배포되면 좋을텐데 좀 아쉬운 부분이다.