Hi all!
Question:
In X Window System Components, fonts instructions, explicitly DejaVu
there's the paragraph:
"Earlier it was mentioned that /etc/fonts/fonts.conf could be modified
to use DejaVu using the default family names. Since DejaVu is a
replacement for Bitstream Vera fonts, it can be substituted for that
family. Visually inspect the fonts.conf to see how fonts are grouped
together under the generic family names within <alias> tags and a
preference list is created within <prefer> tags. To replace Bitstream
Vera with DejaVu, run the following command as the root user:
sed -i 's/<family>Bitstream Vera/<family>DejaVu/' /etc/fonts/fonts.conf
To see which fonts will be used as the generic fonts in your locale,
run the command fc-match monospace. Substitute "sans" or "serif" to see
the fonts that will be used for those aliases.
In the fonts.conf then no trace of Bitstream Vera fonts, except for some
lines:
<match target="font">
<test name="family">
<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">
<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">
<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>
Normal behavior or ?
Luca
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page