diff options
author | Akira TAGOH <akira@tagoh.org> | 2017-08-23 13:39:15 +0900 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2017-08-23 13:39:15 +0900 |
commit | 12cf4c17db76bf4e30c0f94f301ac5b3be7e070c (patch) | |
tree | 68168571a959f03236b8c2cb514c6ac3a0e8579e | |
parent | 69918f0eaa2d337611d793ad9ecfd17683d87974 (diff) |
Update similar to emoji's
-rw-r--r-- | conf.d/45-generic.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/conf.d/45-generic.conf b/conf.d/45-generic.conf index f41ff845..f6076bb3 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> |