<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">diff -ru fontconfig-2.15.0/fonts.conf.in fontconfig-2.15.0.new/fonts.conf.in
--- fontconfig-2.15.0/fonts.conf.in	2023-12-22 14:43:03.000000000 +0100
+++ fontconfig-2.15.0.new/fonts.conf.in	2024-11-22 23:08:01.630099792 +0100
@@ -24,12 +24,28 @@
 
 &lt;!-- Font directory list --&gt;
 
-@FC_DEFAULT_FONTS@
-	@FC_FONTPATH@
+	&lt;dir&gt;/usr/share/fonts/OTF&lt;/dir&gt;
+	&lt;dir&gt;/usr/share/fonts/TTF&lt;/dir&gt;
+	&lt;dir&gt;/usr/share/fonts/Type1&lt;/dir&gt;
+	&lt;dir&gt;/usr/share/fonts/Speedo&lt;/dir&gt;
+	&lt;dir&gt;/usr/share/fonts/cyrillic&lt;/dir&gt;
+	&lt;dir&gt;/usr/share/fonts/misc&lt;/dir&gt;
 	&lt;dir prefix="xdg"&gt;fonts&lt;/dir&gt;
 	&lt;!-- the following element will be removed in the future --&gt;
 	&lt;dir&gt;~/.fonts&lt;/dir&gt;
 
+&lt;!-- Commented out font directories:
+     These are not indexed by default, as fontconfig then seems
+     to prefer bitmapped fonts in some cases...
+	&lt;dir&gt;/usr/share/fonts/100dpi&lt;/dir&gt;
+	&lt;dir&gt;/usr/share/fonts/75dpi&lt;/dir&gt;
+     The top-level font directory should also not be indexed, as that
+     will include the directories of bitmapped fonts:
+	&lt;dir&gt;/usr/share/fonts&lt;/dir&gt;
+     The empty line below is produced by the FC_FONTPATH macro.
+     Moving it here so it doesn't become a problem in the future:
+--&gt;
+
 &lt;!--
   Accept deprecated 'mono' alias, replacing it with 'monospace'
 --&gt;
</pre></body></html>