목차

Linux & Flash

하드웨어 가속 끄기(disable hardware acceleration)

한글 글꼴

<match>
    <test name="family">
        <string>arial</string>
    </test>
    <edit name="family" binding="strong">
        <string>NanumGothic</string>
    </edit>
</match>
<match>
    <test name="family">
        <string>sans-serif</string> <!-- 혹시 모르니.. -->
    </test>
    <edit name="family" binding="strong">
        <string>NanumGothic</string>
    </edit>
</match>