saving uncommitted changes in /etc prior to emerge run
This commit is contained in:
parent
eb77317184
commit
a23da0ed87
28
fonts/conf.avail/._cfg0000_60-liberation.conf
Normal file
28
fonts/conf.avail/._cfg0000_60-liberation.conf
Normal file
@ -0,0 +1,28 @@
|
||||
<?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>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>
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user