diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2009-05-31 09:15:47 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2009-05-31 09:15:47 +0000 |
commit | 605c645403a0942e8cd24ba195e6810f900a5caf (patch) | |
tree | 350171deb894857d61435aebb15fca68368211b0 /japanese/font-mplus-ipa/files/62-fonts-mplus-ipa.conf | |
parent | 6f723e29fc4b85bb35096a4ee60120021940fd52 (diff) | |
download | ports-605c645403a0942e8cd24ba195e6810f900a5caf.tar.gz ports-605c645403a0942e8cd24ba195e6810f900a5caf.zip |
Notes
Diffstat (limited to 'japanese/font-mplus-ipa/files/62-fonts-mplus-ipa.conf')
-rw-r--r-- | japanese/font-mplus-ipa/files/62-fonts-mplus-ipa.conf | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/japanese/font-mplus-ipa/files/62-fonts-mplus-ipa.conf b/japanese/font-mplus-ipa/files/62-fonts-mplus-ipa.conf new file mode 100644 index 000000000000..1c0bb82ef3d8 --- /dev/null +++ b/japanese/font-mplus-ipa/files/62-fonts-mplus-ipa.conf @@ -0,0 +1,22 @@ +<?xml version="1.0"?> +<!DOCTYPE fontconfig SYSTEM "fonts.dtd"> +<!-- $FreeBSD$ --> +<fontconfig> + <alias> + <family>sans-serif</family> + <prefer> + <family>IPAUIGothic</family> + <family>M+1P+IPAG</family> + <family>M+2P+IPAG</family> + <family>M+1P+IPAG circle</family> + <family>M+2P+IPAG circle</family> + </prefer> + </alias> + <alias> + <family>monospace</family> + <prefer> + <family>M+1VM+IPAG circle</family> + <family>M+2VM+IPAG circle</family> + </prefer> + </alias> +</fontconfig> |