portage/media-fonts/liberation-sans-narrow/files/60-liberation-narrow.conf

17 lines
517 B
XML

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<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>Arial Narrow</string></test>
<edit name="family" mode="assign"><string>Liberation Sans Narrow</string></edit>
</match>
</fontconfig>