Created
March 16, 2012 18:10
-
-
Save 10sr/2051565 to your computer and use it in GitHub Desktop.
my font config
This file contains hidden or 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"> | |
| <fontconfig> | |
| <!-- http://debian.fam.cx/index.php?Software%2Ffontconfig#i2ccb788 --> | |
| <!-- http://d.hatena.ne.jp/DOSEI/20100604/p2 --> | |
| <alias> | |
| <family>serif</family> | |
| <prefer> | |
| <family>monapo</family> | |
| </prefer> | |
| </alias> | |
| <alias> | |
| <family>sans-serif</family> | |
| <prefer> | |
| <family>monapo</family> | |
| </prefer> | |
| </alias> | |
| <alias binding='strong'> | |
| <family>monospace</family> | |
| <prefer> | |
| <family>DejaVu Sans Mono</family> | |
| <family>monapo</family> | |
| </prefer> | |
| </alias> | |
| </fontconfig> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://wiki.archlinux.org/index.php/Font_Configuration から、
つまり、sans-serifなどでもともと存在する英字フォントなどはそのままで、存在しない日本語フォントがmonapoに置き換えられる?