mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
27 lines
942 B
Text
27 lines
942 B
Text
|
<?xml version="1.0"?>
|
||
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||
|
<!-- $Id: 60-liberation.conf,v 1.1 2008/03/27 11:14:42 root Exp root $ -->
|
||
|
<fontconfig>
|
||
|
|
||
|
<!-- Symlinking this file to /etc/fonts/conf.d/ will allow
|
||
|
you to use liberation fonts instead of the microsoft truetype fonts.
|
||
|
(from http://uwstopia.nl/blog/2007/05/free-your-fonts) -->
|
||
|
|
||
|
<!-- Liberation fonts -->
|
||
|
<match target="pattern">
|
||
|
<test qual="any" name="family"><string>Times New Roman</string></test>
|
||
|
<edit name="family" mode="assign"><string>Liberation Serif</string></edit>
|
||
|
</match>
|
||
|
<match target="pattern">
|
||
|
<test qual="any" name="family"><string>Arial</string></test>
|
||
|
<edit name="family" mode="assign"><string>Liberation Sans</string></edit>
|
||
|
</match>
|
||
|
<match target="pattern">
|
||
|
<test qual="any" name="family"><string>Courier</string></test>
|
||
|
<edit name="family" mode="assign"><string>Liberation Mono</string></edit>
|
||
|
</match>
|
||
|
|
||
|
|
||
|
</fontconfig>
|
||
|
|