a4e27e857b
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/liberation-fonts#a54f99aac83e3aa2c124b51b3a8dacaa78e147cb
19 lines
482 B
XML
19 lines
482 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
|
|
<fontconfig>
|
|
<!-- Microsoft -->
|
|
<alias binding="same">
|
|
<family>Courier New</family>
|
|
<accept>
|
|
<family>Liberation Mono</family>
|
|
</accept>
|
|
</alias>
|
|
<alias binding="same">
|
|
<family>Liberation Mono</family>
|
|
<default>
|
|
<family>Courier New</family>
|
|
</default>
|
|
</alias>
|
|
</fontconfig>
|
|
|