[Debian-in-commits] [SCM] fonts-guru-extra.git branch, master, updated. upstream/1.0-6-gb47741e

Muneeb Shaikh iammuneeb at gmail.com
Fri Jan 27 17:10:38 UTC 2012


The following commit has been merged in the master branch:
commit b47741e01b8ff4a0054ed2a9d3e1ce648d2c8cef
Author: Muneeb Shaikh <iammuneeb at gmail.com>
Date:   Fri Jan 27 22:40:31 2012 +0530

    Renamed configuration files

diff --git a/65-0-fonts-guru-extra.conf b/65-0-fonts-guru-extra.conf
new file mode 100755
index 0000000..4142e56
--- /dev/null
+++ b/65-0-fonts-guru-extra.conf
@@ -0,0 +1,30 @@
+<?xml version="1.0"?>
+<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
+<fontconfig>
+	<!-- Punjabi (pa) -->
+	<match target="pattern">
+		<test name="lang" compare="contains">
+			<string>pa</string>
+		</test>
+		<test qual="any" name="family">
+			<string>sans-serif</string>
+		</test>
+		<edit name="family" mode="append" binding="same">
+			<string>Saab</string>
+		</edit>
+	</match>
+
+	<match target="pattern">
+		<test name="lang" compare="contains">
+			<string>pa</string>
+		</test>
+		<test qual="any" name="family">
+			<string>serif</string>
+		</test>
+		<edit name="family" mode="append" binding="same">
+			<string>Lohit Punjabi</string>
+		</edit>
+	</match>
+	<!-- Punjabi (pa) ends -->
+</fontconfig>
+

-- 
fonts-guru-extra.git



More information about the Debian-in-commits mailing list