aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/font-takao/files/20-unhint-takao.conf
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/font-takao/files/20-unhint-takao.conf')
-rw-r--r--japanese/font-takao/files/20-unhint-takao.conf28
1 files changed, 20 insertions, 8 deletions
diff --git a/japanese/font-takao/files/20-unhint-takao.conf b/japanese/font-takao/files/20-unhint-takao.conf
index 19d5e83c2ded..daa9fb4c97d4 100644
--- a/japanese/font-takao/files/20-unhint-takao.conf
+++ b/japanese/font-takao/files/20-unhint-takao.conf
@@ -3,14 +3,26 @@
<!-- $FreeBSD$ -->
<fontconfig>
<match target="font">
- <test name="family">
- <string>TakaoMincho</string>
- <string>TakaoGothic</string>
- <string>TakaoPMincho</string>
- <string>TakaoPGothic</string>
- <string>TakaoExMincho</string>
- <string>TakaoExGothic</string>
- </test>
+ <or>
+ <test name="family">
+ <string>TakaoMincho</string>
+ </test>
+ <test name="family">
+ <string>TakaoGothic</string>
+ </test>
+ <test name="family">
+ <string>TakaoPMincho</string>
+ </test>
+ <test name="family">
+ <string>TakaoPGothic</string>
+ </test>
+ <test name="family">
+ <string>TakaoExMincho</string>
+ </test>
+ <test name="family">
+ <string>TakaoExGothic</string>
+ </test>
+ </or>
<edit name="autohint">
<bool>false</bool>
</edit>