6868776 fonts.conf customizations don't have any effect
authorJan Hnatek <Jan.Hnatek@Sun.COM>
Thu, 17 Sep 2009 11:15:15 -0700
changeset 788 cd837ec48cc5
parent 787 43a915227219
child 789 9e9827cfb38a
6868776 fonts.conf customizations don't have any effect
open-src/lib/fontconfig/fonts.conf.append
--- a/open-src/lib/fontconfig/fonts.conf.append	Wed Sep 16 15:06:50 2009 -0700
+++ b/open-src/lib/fontconfig/fonts.conf.append	Thu Sep 17 11:15:15 2009 -0700
@@ -229,46 +229,3 @@
 	</edit>
 </match>
 
-<!--
- Mark Lucida Sans Typewriter as poor support for AR locale
- Use KacstQurn instead.
--->
-<match target="pattern">
-        <test name="family">
-                <string>monospace</string>
-        </test>
-	<test name="lang" compare="contains">
-		<string>ar</string>
-	</test>
-        <edit name="family" mode="prepend_first">
-                <string>KacstQurn</string>
-        </edit>
-	<edit name="antialias" mode="assign">
-		<bool>true</bool>
-	</edit>
-</match>
-<match target="pattern">
-        <test name="family">
-                <string>monospace</string>
-        </test>
-	<test name="lang" compare="contains">
-		<string>th</string>
-	</test>
-        <edit name="family" mode="prepend_first">
-                <string>SunDotumChe</string>
-        </edit>
-	<edit name="antialias" mode="assign">
-		<bool>false</bool>
-	</edit>
-</match>
-<match target="pattern">
-	<test name="family">
-		<string>monospace</string>
-	</test>
-	<test name="lang" compare="contains">
-		<string>he</string>
-	</test>
-	<edit name="style" mode="assign">
-		<string>Regular</string>
-	</edit>
-</match>