paps/29-paps.conf
Petr Šabata 1193465025 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/paps#471e46e91c1721a2aa15149c62a644905c71a041
2020-10-15 22:48:26 +02:00

25 lines
456 B
XML

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="pattern">
<test name="prgname" compare="eq">
<string>paps</string>
</test>
<edit name="scalable" mode="assign">
<bool>true</bool>
</edit>
</match>
<match target="pattern">
<test name="prgname" compare="eq">
<string>texttopaps</string>
</test>
<edit name="scalable" mode="assign">
<bool>true</bool>
</edit>
</match>
</fontconfig>