forked from pool/texlive
13 lines
468 B
Plaintext
13 lines
468 B
Plaintext
|
<?xml version="1.0"?>
|
||
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||
|
|
||
|
<!-- ************************************************************ -->
|
||
|
<!-- list of font directories of TeXLive packages -->
|
||
|
<!-- all subdirectories of these directories are added as well -->
|
||
|
<!-- ************************************************************ -->
|
||
|
|
||
|
<fontconfig>
|
||
|
<dir>/usr/share/texmf/fonts/truetype</dir>
|
||
|
<dir>/usr/local/share/texmf/fonts/truetype</dir>
|
||
|
</fontconfig>
|