OXIESEC PANEL
- Current Dir:
/
/
etc
/
fonts
/
conf.d
Server IP: 82.112.239.19
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
07/25/2025 09:41:19 PM
rwxr-xr-x
📄
10-hinting-slight.conf
620 bytes
06/28/2021 12:43:20 PM
rw-r--r--
📄
10-scale-bitmap-fonts.conf
2.02 KB
12/03/2020 11:45:00 AM
rw-r--r--
📄
11-lcdfilter-default.conf
695 bytes
06/28/2021 12:43:20 PM
rw-r--r--
📄
20-unhint-small-vera.conf
1.34 KB
12/03/2020 11:45:00 AM
rw-r--r--
📄
25-no-bitmap-fedora.conf
1.13 KB
01/23/2023 03:48:20 PM
rw-r--r--
📄
25-unhint-nonlatin.conf
3.25 KB
12/03/2020 11:45:00 AM
rw-r--r--
📄
30-metric-aliases.conf
12.92 KB
12/03/2020 11:45:00 AM
rw-r--r--
📄
40-nonlatin.conf
7.59 KB
12/03/2020 11:45:00 AM
rw-r--r--
📄
45-generic.conf
3.41 KB
12/03/2020 11:45:00 AM
rw-r--r--
📄
45-latin.conf
6.89 KB
12/03/2020 11:45:00 AM
rw-r--r--
📄
48-spacing.conf
441 bytes
01/17/2022 02:30:59 AM
rw-r--r--
📄
49-sansserif.conf
639 bytes
12/03/2020 11:45:00 AM
rw-r--r--
📄
50-user.conf
751 bytes
12/03/2020 11:45:00 AM
rw-r--r--
📄
51-local.conf
263 bytes
12/03/2020 11:45:00 AM
rw-r--r--
📄
60-generic.conf
1.87 KB
12/03/2020 11:45:00 AM
rw-r--r--
📄
60-latin.conf
1.99 KB
01/23/2023 07:47:35 PM
rw-r--r--
📄
65-fonts-persian.conf
9.89 KB
12/03/2020 11:45:00 AM
rw-r--r--
📄
65-nonlatin.conf
9.07 KB
12/03/2020 11:45:00 AM
rw-r--r--
📄
69-unifont.conf
687 bytes
12/03/2020 11:45:00 AM
rw-r--r--
📄
80-delicious.conf
437 bytes
12/03/2020 11:45:00 AM
rw-r--r--
📄
90-synthetic.conf
1.72 KB
12/03/2020 11:45:00 AM
rw-r--r--
📄
README
979 bytes
02/04/2022 08:21:29 AM
rw-r--r--
Editing: 25-unhint-nonlatin.conf
Close
<?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd"> <fontconfig> <description>Disable hinting for CJK fonts</description> <!-- We can't hint CJK fonts well, so turn off hinting for CJK fonts. --> <match target="font"> <test name="family" compare="eq" ignore-blanks="true"> <string>Kochi Mincho</string> </test> <edit name="hinting" mode="assign"> <bool>false</bool> </edit> </match> <match target="font"> <test name="family" compare="eq" ignore-blanks="true"> <string>Kochi Gothic</string> </test> <edit name="hinting" mode="assign"> <bool>false</bool> </edit> </match> <match target="font"> <test name="family" compare="eq" ignore-blanks="true"> <string>Sazanami Mincho</string> </test> <edit name="hinting" mode="assign"> <bool>false</bool> </edit> </match> <match target="font"> <test name="family" compare="eq" ignore-blanks="true"> <string>Sazanami Gothic</string> </test> <edit name="hinting" mode="assign"> <bool>false</bool> </edit> </match> <match target="font"> <test name="family" compare="eq" ignore-blanks="true"> <string>Baekmuk Batang</string> </test> <edit name="hinting" mode="assign"> <bool>false</bool> </edit> </match> <match target="font"> <test name="family" compare="eq" ignore-blanks="true"> <string>Baekmuk Dotum</string> </test> <edit name="hinting" mode="assign"> <bool>false</bool> </edit> </match> <match target="font"> <test name="family" compare="eq" ignore-blanks="true"> <string>Baekmuk Gulim</string> </test> <edit name="hinting" mode="assign"> <bool>false</bool> </edit> </match> <match target="font"> <test name="family" compare="eq" ignore-blanks="true"> <string>Baekmuk Headline</string> </test> <edit name="hinting" mode="assign"> <bool>false</bool> </edit> </match> <match target="font"> <test name="family" compare="eq" ignore-blanks="true"> <string>AR PL Mingti2L Big5</string> </test> <edit name="hinting" mode="assign"> <bool>false</bool> </edit> </match> <match target="font"> <test name="family" compare="eq" ignore-blanks="true"> <string>AR PL ShanHeiSun Uni</string> </test> <edit name="hinting" mode="assign"> <bool>false</bool> </edit> </match> <match target="font"> <test name="family" compare="eq" ignore-blanks="true"> <string>AR PL KaitiM Big5</string> </test> <edit name="hinting" mode="assign"> <bool>false</bool> </edit> </match> <match target="font"> <test name="family" compare="eq" ignore-blanks="true"> <string>AR PL ZenKai Uni</string> </test> <edit name="hinting" mode="assign"> <bool>false</bool> </edit> </match> <match target="font"> <test name="family" compare="eq" ignore-blanks="true"> <string>AR PL SungtiL GB</string> </test> <edit name="hinting" mode="assign"> <bool>false</bool> </edit> </match> <match target="font"> <test name="family" compare="eq" ignore-blanks="true"> <string>AR PL KaitiM GB</string> </test> <edit name="hinting" mode="assign"> <bool>false</bool> </edit> </match> <match target="font"> <test name="family" compare="eq" ignore-blanks="true"> <string>ZYSong18030</string> </test> <edit name="hinting" mode="assign"> <bool>false</bool> </edit> </match> </fontconfig>