summarylogtreecommitdiffstats
path: root/29-replace-bitmap-fonts.conf
blob: 391ffef941ecb59ac1d632d6aa6d1a3853208f2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?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>