root/scripts/etc/.fonts.conf

Revision 697, 471 bytes (checked in by tapted, 2 years ago)

Add config files for homedirs

Line 
1<?xml version="1.0"?>
2<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
3<fontconfig>
4
5<match target="font">
6 <test compare="more" name="pixelsize" qual="any">
7  <double>12</double>
8 </test>
9 <edit name="autohint" mode="assign" >
10  <bool>true</bool>
11 </edit>
12</match>
13
14<match target="pattern">
15  <test qual="any" name="family">
16    <string>Helvetica</string>
17  </test>
18  <edit name="family" mode="assign">
19    <string>Bitstream Vera Sans</string>
20  </edit>
21</match>
22
23</fontconfig>
Note: See TracBrowser for help on using the browser.