summarylogtreecommitdiffstats
path: root/30-0-liberation-sans-narrow.conf
diff options
context:
space:
mode:
authorlester2014-01-27 15:54:53 +0800
committerlester2014-01-27 15:58:19 +0800
commit2358f35ea71ce6c2f6be012fe38e31115ffc6a5f (patch)
tree39f9513bbf0a38a09f7090c9d602da03eec4f420 /30-0-liberation-sans-narrow.conf
downloadaur-2358f35ea71ce6c2f6be012fe38e31115ffc6a5f.tar.gz
Create ttf-liberation-sans-narrow
In version 2.00.0 and greater, Liberation Sans Narrow was removed. In order to get the mentioned font, one need to get the previous release. This package will provide the removed font. The PKGBUILD is based on the ttf-liberation PKGBUILD in the Arch Linux repository.
Diffstat (limited to '30-0-liberation-sans-narrow.conf')
-rw-r--r--30-0-liberation-sans-narrow.conf18
1 files changed, 18 insertions, 0 deletions
diff --git a/30-0-liberation-sans-narrow.conf b/30-0-liberation-sans-narrow.conf
new file mode 100644
index 000000000000..a4f4da7e337d
--- /dev/null
+++ b/30-0-liberation-sans-narrow.conf
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
+<fontconfig>
+ <!-- Microsoft -->
+ <alias binding="same">
+ <family>Arial Narrow</family>
+ <accept>
+ <family>Liberation Sans Narrow</family>
+ </accept>
+ </alias>
+ <alias binding="same">
+ <family>Liberation Sans Narrow</family>
+ <default>
+ <family>Arial Narrow</family>
+ </default>
+ </alias>
+</fontconfig>
+