]> git.pld-linux.org Git - packages/fonts-TTF-RedHat-liberation1.git/blame - fonts-TTF-RedHat-liberation.fontconfig
- rel 2
[packages/fonts-TTF-RedHat-liberation1.git] / fonts-TTF-RedHat-liberation.fontconfig
CommitLineData
bec3964c
PZ
1<?xml version="1.0"?>
2<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
3<fontconfig>
4
5 <!-- Symlinking this file to /etc/fonts/conf.d/ will allow
6 you to use liberation fonts instead of the microsoft truetype fonts.
7 (from http://uwstopia.nl/blog/2007/05/free-your-fonts) -->
8
9 <!-- Liberation fonts -->
10 <match target="pattern">
11 <test qual="any" name="family"><string>Times New Roman</string></test>
12 <edit name="family" mode="assign"><string>Liberation Serif</string></edit>
13
14 </match>
15 <match target="pattern">
16 <test qual="any" name="family"><string>Arial</string></test>
17 <edit name="family" mode="assign"><string>Liberation Sans</string></edit>
18 </match>
19 <match target="pattern">
20 <test qual="any" name="family"><string>Courier</string></test>
21
22 <edit name="family" mode="assign"><string>Liberation Mono</string></edit>
23 </match>
24
25
26</fontconfig>
27
This page took 0.077978 seconds and 4 git commands to generate.