3e0d5393a4
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/bitmap-fonts#2c4fec66edc8179d5784014d49a137a6bd8015f3
18 lines
351 B
XML
18 lines
351 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
|
|
<fontconfig>
|
|
<alias>
|
|
<family>monospace</family>
|
|
<prefer>
|
|
<family>LucidaTypewriter</family>
|
|
</prefer>
|
|
</alias>
|
|
<alias>
|
|
<family>LucidaTypewriter</family>
|
|
<default>
|
|
<family>monospace</family>
|
|
</default>
|
|
</alias>
|
|
</fontconfig>
|
|
|