aboutsummaryrefslogtreecommitdiff
path: root/japanese/font-firge/files/20-unhint-firge.conf
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2021-07-18 12:45:10 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2021-07-18 12:45:10 +0000
commit7d4fdb5016d4c85da201d09629d73b2ec5ee152a (patch)
treee7c1793feaa9af13a49be2590671a0821d300be4 /japanese/font-firge/files/20-unhint-firge.conf
parentc789d86d36e92a0e23f2b30db68dfeeb36963ed8 (diff)
Diffstat (limited to 'japanese/font-firge/files/20-unhint-firge.conf')
-rw-r--r--japanese/font-firge/files/20-unhint-firge.conf35
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>