diff options
Diffstat (limited to 'japanese/font-firge/files/20-unhint-firge.conf')
-rw-r--r-- | japanese/font-firge/files/20-unhint-firge.conf | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/japanese/font-firge/files/20-unhint-firge.conf b/japanese/font-firge/files/20-unhint-firge.conf new file mode 100644 index 000000000000..ad08194f7145 --- /dev/null +++ b/japanese/font-firge/files/20-unhint-firge.conf @@ -0,0 +1,35 @@ +<?xml version="1.0"?> +<!DOCTYPE fontconfig SYSTEM "fonts.dtd"> +<fontconfig> + <match target="font"> + <or> + <test name="family"> + <string>Firge-Regular</string> + </test> + <test name="family"> + <string>Firge-Bold</string> + </test> + <test name="family"> + <string>FirgeConsole-Regular</string> + </test> + <test name="family"> + <string>FirgeConsole-Bold</string> + </test> + <test name="family"> + <string>Firge35-Regular</string> + </test> + <test name="family"> + <string>Firge35-Bold</string> + </test> + <test name="family"> + <string>Firge35Console-Regular</string> + </test> + <test name="family"> + <string>Firge35Console-Bold</string> + </test> + </or> + <edit name="autohint"> + <bool>false</bool> + </edit> + </match> +</fontconfig> |