Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
Index: 60-liberation.conf
===================================================================
--- 60-liberation.conf	(nonexistent)
+++ 60-liberation.conf	(revision 5)
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!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>Courier New</string></test>
+                <edit name="family" mode="assign"><string>Liberation Mono</string></edit>
+        </match>
+</fontconfig>