Created
July 16, 2014 11:13
-
-
Save lethee/0279763c78f56382e79d to your computer and use it in GitHub Desktop.
Source Han Sans KR - 본고딕 KR 리눅스 적용
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<!DOCTYPE fontconfig SYSTEM "fonts.dtd"> | |
<!-- $HOME/.config/font-manager/local.conf --> | |
<fontconfig> | |
<match> | |
<test name="family"> | |
<string>sans-serif</string> | |
</test> | |
<edit name="family" mode="prepend" binding="same"> | |
<string>Ubuntu</string> | |
<string>DejaVu Sans</string> | |
<string>Source Han Sans KR</string> | |
<string>NanumGothic</string> | |
</edit> | |
</match> | |
<match> | |
<test name="family"> | |
<string>serif</string> | |
</test> | |
<edit name="family" mode="prepend" binding="same"> | |
<string>DejaVu Serif</string> | |
<string>NanumMyeongjo</string> | |
</edit> | |
</match> | |
</fontconfig> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment