/etc/fonts/conf.d
<?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd"> <fontconfig> <description>Disable hinting for Bitstream Vera fonts when the size is less than 8ppem</description> <!-- The Bitstream Vera fonts have GASP entries suggesting that hinting be disabled below 8 ppem, but FreeType ignores those, preferring to use the data found in the instructed hints. The initial Vera release didn't include the right instructions in the 'prep' table. Fix this by disabling hinting manually at smaller sizes (< 8ppem) --> <match target="font"> <test name="family" compare="eq" ignore-blanks="true"> <string>Bitstream Vera Sans</string> </test> <test name="pixelsize" compare="less"> <double>7.5</double> </test> <edit name="hinting"> <bool>false</bool> </edit> </match> <match target="font"> <test name="family" compare="eq" ignore-blanks="true"> <string>Bitstream Vera Serif</string> </test> <test name="pixelsize" compare="less"> <double>7.5</double> </test> <edit name="hinting"> <bool>false</bool> </edit> </match> <match target="font"> <test name="family" compare="eq" ignore-blanks="true"> <string>Bitstream Vera Sans Mono</string> </test> <test name="pixelsize" compare="less"> <double>7.5</double> </test> <edit name="hinting"> <bool>false</bool> </edit> </match> </fontconfig>
.
Edit
..
Edit
10-hinting-slight.conf
Edit
10-scale-bitmap-fonts.conf
Edit
11-lcdfilter-default.conf
Edit
20-unhint-small-dejavu-sans-mono.conf
Edit
20-unhint-small-dejavu-sans.conf
Edit
20-unhint-small-vera.conf
Edit
25-no-bitmap-fedora.conf
Edit
25-unhint-nonlatin.conf
Edit
30-metric-aliases.conf
Edit
31-cantarell.conf
Edit
40-nonlatin.conf
Edit
45-generic.conf
Edit
45-latin.conf
Edit
48-spacing.conf
Edit
49-sansserif.conf
Edit
50-user.conf
Edit
51-local.conf
Edit
57-dejavu-sans-fonts.conf
Edit
57-dejavu-sans-mono-fonts.conf
Edit
59-liberation-mono.conf
Edit
60-fontawesome.conf
Edit
60-generic.conf
Edit
60-latin.conf
Edit
61-adobe-source-code-pro.conf
Edit
61-urw-bookman.conf
Edit
61-urw-c059.conf
Edit
61-urw-d050000l.conf
Edit
61-urw-fallback-backwards.conf
Edit
61-urw-gothic.conf
Edit
61-urw-nimbus-mono-ps.conf
Edit
61-urw-nimbus-roman.conf
Edit
61-urw-nimbus-sans.conf
Edit
61-urw-p052.conf
Edit
61-urw-standard-symbols-ps.conf
Edit
61-urw-z003.conf
Edit
65-fonts-persian.conf
Edit
65-google-droid-sans-fonts.conf
Edit
65-nonlatin.conf
Edit
69-unifont.conf
Edit
80-delicious.conf
Edit
90-synthetic.conf
Edit
README
Edit