2020-12-01 21:18:01 +01:00
|
|
|
--- ./fonts.conf.in.orig 2012-07-23 21:01:32.000000000 -0500
|
|
|
|
+++ ./fonts.conf.in 2013-02-28 22:32:44.758585955 -0600
|
|
|
|
@@ -22,13 +22,29 @@
|
2013-11-04 18:08:47 +01:00
|
|
|
-->
|
2009-08-26 17:00:38 +02:00
|
|
|
|
|
|
|
<!-- Font directory list -->
|
2013-11-04 18:08:47 +01:00
|
|
|
-
|
2020-12-01 21:18:01 +01:00
|
|
|
- <dir>@FC_DEFAULT_FONTS@</dir>
|
2009-08-26 17:00:38 +02:00
|
|
|
- @FC_FONTPATH@
|
2013-11-04 18:08:47 +01:00
|
|
|
+ <dir>/usr/share/fonts/OTF</dir>
|
|
|
|
+ <dir>/usr/share/fonts/TTF</dir>
|
|
|
|
+ <dir>/usr/share/fonts/Type1</dir>
|
|
|
|
+ <dir>/usr/share/fonts/Speedo</dir>
|
|
|
|
+ <dir>/usr/share/fonts/cyrillic</dir>
|
|
|
|
+ <dir>/usr/share/fonts/misc</dir>
|
|
|
|
<dir prefix="xdg">fonts</dir>
|
|
|
|
<!-- the following element will be removed in the future -->
|
2009-08-26 17:00:38 +02:00
|
|
|
<dir>~/.fonts</dir>
|
2020-12-01 21:18:01 +01:00
|
|
|
|
2013-11-04 18:08:47 +01:00
|
|
|
+<!-- Commented out font directories:
|
2020-12-01 21:18:01 +01:00
|
|
|
+ These are not indexed by default, as fontconfig then seems
|
|
|
|
+ to prefer bitmapped fonts in some cases...
|
|
|
|
+ <dir>/usr/share/fonts/100dpi</dir>
|
|
|
|
+ <dir>/usr/share/fonts/75dpi</dir>
|
|
|
|
+ The top-level font directory should also not be indexed, as that
|
|
|
|
+ will include the directories of bitmapped fonts:
|
|
|
|
+ <dir>@FC_DEFAULT_FONTS@</dir>
|
|
|
|
+ The empty line below is produced by the FC_FONTPATH macro.
|
|
|
|
+ Moving it here so it doesn't become a problem in the future:
|
|
|
|
+ @FC_FONTPATH@
|
2009-08-26 17:00:38 +02:00
|
|
|
+-->
|
2020-12-01 21:18:01 +01:00
|
|
|
+
|
2009-08-26 17:00:38 +02:00
|
|
|
<!--
|
|
|
|
Accept deprecated 'mono' alias, replacing it with 'monospace'
|
2020-12-01 21:18:01 +01:00
|
|
|
-->
|