--- fonts.conf.old	2005-10-16 14:16:27.000000000 +0800
+++ fonts.conf	2005-10-16 13:54:01.000000000 +0800
@@ -208,6 +208,7 @@
 <!--
   Load local system customization file
 -->
+	<include ignore_missing="yes">conf.d</include>
 	<include ignore_missing="yes">local.conf</include>
 
 <!--
@@ -333,6 +334,25 @@
 		</edit>
 	</match>
 
+<!--
+ Synthetic emboldening for fonts that do not have bold face available
+ -->
+
+     	<match target="font">
+         	<!-- check to see if the font is just regular -->
+         	<test name="weight" compare="less_eq">
+             		<int>100</int>
+         	</test>
+         	<!-- check to see if the pattern requests bold -->
+         	<test target="pattern" name="weight" compare="more_eq">
+             		<int>180</int>
+         	</test>
+         	<!-- set the embolden flag -->
+         	<edit name="embolden" mode="assign">
+             		<bool>true</bool>
+         	</edit>
+     	</match> 
+
 	<config>
 <!--
   These are the default Unicode chars that are expected to be blank
