[Fontconfig] fontconfig: Branch 'master'
Akira TAGOH
tagoh at kemper.freedesktop.org
Wed Aug 23 04:39:19 UTC 2017
conf.d/45-generic.conf | 14 ++++++++++++++
1 file changed, 14 insertions(+)
New commits:
commit 12cf4c17db76bf4e30c0f94f301ac5b3be7e070c
Author: Akira TAGOH <akira at tagoh.org>
Date: Wed Aug 23 13:39:15 2017 +0900
Update similar to emoji's
diff --git a/conf.d/45-generic.conf b/conf.d/45-generic.conf
index f41ff84..f6076bb 100644
--- a/conf.d/45-generic.conf
+++ b/conf.d/45-generic.conf
@@ -110,5 +110,19 @@
</edit>
</match>
+ <match>
+ <test name="lang">
+ <string>und-zmth</string>
+ </test>
+ <test qual="all" name="family" compare="not_eq">
+ <string>math</string>
+ </test>
+
+ <!-- Add generic family -->
+ <edit name="family" mode="append" binding="strong">
+ <string>math</string>
+ </edit>
+ </match>
+
</fontconfig>
More information about the Fontconfig
mailing list