110f551ed6
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/adobe-source-code-pro-fonts#5937d835aaef4cbc21a28c2c60bf3360967ebdce
17 lines
345 B
XML
17 lines
345 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
|
<fontconfig>
|
|
<alias>
|
|
<family>monospace</family>
|
|
<prefer>
|
|
<family>Source Code Pro</family>
|
|
</prefer>
|
|
</alias>
|
|
<alias>
|
|
<family>Source Code Pro</family>
|
|
<default>
|
|
<family>monospace</family>
|
|
</default>
|
|
</alias>
|
|
</fontconfig>
|