core/fontconfig/29-replace-bitmap-fonts.conf
Samir 348d542db8 libpng group: update/rebuild platform
will commit them separately next time... it's just too much work to do separate commits right now
2013-07-27 16:51:03 +00:00

19 lines
621 B
XML

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<!-- Prefer Microsoft versions of PostScript fonts, as these typically render a lot better on-screen
30-metric-aliases.conf will then also add the free clones of these fonts -->
<alias binding="same">
<family>Helvetica</family>
<prefer><family>Arial</family></prefer>
</alias>
<alias binding="same">
<family>Times</family>
<prefer><family>Times New Roman</family></prefer>
</alias>
<alias binding="same">
<family>Courier</family>
<prefer><family>Courier New</family></prefer>
</alias>
</fontconfig>