golden hour
/usr/share/fontconfig/conf.avail
⬆️ Go Up
Upload
File/Folder
Size
Actions
05-reset-dirs-sample.conf
213 B
Del
OK
09-autohint-if-no-hinting.conf
717 B
Del
OK
10-autohint.conf
630 B
Del
OK
10-hinting-full.conf
616 B
Del
OK
10-hinting-medium.conf
620 B
Del
OK
10-hinting-none.conf
616 B
Del
OK
10-hinting-slight.conf
620 B
Del
OK
10-no-sub-pixel.conf
647 B
Del
OK
10-scale-bitmap-fonts.conf
2.02 KB
Del
OK
10-sub-pixel-bgr.conf
672 B
Del
OK
10-sub-pixel-rgb.conf
672 B
Del
OK
10-sub-pixel-vbgr.conf
682 B
Del
OK
10-sub-pixel-vrgb.conf
682 B
Del
OK
10-unhinted.conf
625 B
Del
OK
11-lcdfilter-default.conf
695 B
Del
OK
11-lcdfilter-legacy.conf
692 B
Del
OK
11-lcdfilter-light.conf
689 B
Del
OK
20-unhint-small-vera.conf
1.34 KB
Del
OK
25-unhint-nonlatin.conf
3.25 KB
Del
OK
30-metric-aliases.conf
12.92 KB
Del
OK
35-lang-normalize.conf
41.05 KB
Del
OK
40-nonlatin.conf
7.59 KB
Del
OK
45-generic.conf
3.41 KB
Del
OK
45-latin.conf
6.89 KB
Del
OK
48-spacing.conf
441 B
Del
OK
49-sansserif.conf
639 B
Del
OK
50-user.conf
751 B
Del
OK
51-local.conf
263 B
Del
OK
60-generic.conf
1.87 KB
Del
OK
60-latin.conf
1.99 KB
Del
OK
65-fonts-persian.conf
9.89 KB
Del
OK
65-khmer.conf
304 B
Del
OK
65-nonlatin.conf
9.07 KB
Del
OK
69-unifont.conf
687 B
Del
OK
70-no-bitmaps.conf
327 B
Del
OK
70-yes-bitmaps.conf
327 B
Del
OK
80-delicious.conf
437 B
Del
OK
90-synthetic.conf
1.72 KB
Del
OK
Edit: 25-unhint-nonlatin.conf
<?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>
Save