View | Details | Raw Unified | Return to bug 118727
Collapse All | Expand All

(-)fonts.conf.old (+4 lines)
Lines 371-376 Link Here
371
		<edit name="embolden" mode="assign">
371
		<edit name="embolden" mode="assign">
372
			<bool>true</bool>
372
			<bool>true</bool>
373
		</edit>
373
		</edit>
374
		<!-- It's for Xft -->
375
		<edit name="weight" mode="assign">
376
			<const>bold</const>
377
		</edit>
374
	</match>
378
	</match>
375
379
376
380
(-)suse-post-user.conf.old (-16 lines)
Lines 134-154 Link Here
134
                </edit>
134
                </edit>
135
        </match>
135
        </match>
136
136
137
<!-- 
138
 Artificial bold for fonts without an bold version
139
 -->
140
141
	<match target="font">
142
		<test name="weight" compare="less_eq">
143
			<const>medium</const>
144
		</test>
145
		<test target="pattern" name="weight" compare="more">
146
			<const>medium</const>
147
		</test>
148
		<edit name="weight" mode="assign">
149
			<const>bold</const>
150
		</edit>
151
	</match>
152
153
</fontconfig>
137
</fontconfig>
154
138

Return to bug 118727