1. /etc/fonts/conf.d 폴더를 찾아들어갑니다.

$cd /etc/fonts/conf.d

2. 29-language-selector-ko-kr.conf 파일을 수정합니다.

$sudo vim 29-language-selector-ko-kr.conf

3. 파일의 내용의 일부분을 주석처리 합니다.

<!-- Turn off antialias and autohint for Korean fonts depending on pixelsize -->
<!- <match target="font">
        <test name="lang" compare="contains">
                <string>ko</string>
        </test>
        <test name="pixelsize" compare="more">
        <int>10</int>
    </test>
        <test name="pixelsize" compare="less">
        <int>22</int>
    </test>
        <edit name="antialias" mode="assign">
        <bool>false</bool>
    </edit>
        <edit name="autohint" mode="assign">
        <bool>false</bool>
    </edit>
        <edit name="hintstyle" mode="assign">
        <const>hintmedium</const>
    </edit>
</match> ->

3.2
<!-- Turn off antialias and autohint for ttf-alee depending on pixelsize -->
<!- <match target="font">
        <test name="family">
                <string>Guseul</string>
        </test>
        <edit name="autohint" mode="assign">
        <bool>true</bool>
    </edit>
</match> ->
4. 세션을 다시 시작합니다.

<ctrl> + <alt> + <backspace>


출처 : http://goo.gl/zfdqI


728x90

+ Recent posts