pt-sans-fonts/58-pt-sans-fonts.xml
Troy Dawson fe8e46ae19 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/pt-sans-fonts#c614883e183e9af316d07cb185cb89ad75c334e1
2020-10-14 16:35:15 -07:00

28 lines
609 B
XML

<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- SPDX-License-Identifier: MIT -->
<fontconfig>
<group>
<target>PT Sans</target>
<axis>
<name>optical size</name>
<step>
<name>Regular</name>
<match>
<family>PT Sans Narrow</family>
<prepend-keyword>Condensed</prepend-keyword>
</match>
</step>
<step>
<name>Caption</name>
<value>8</value>
</step>
</axis>
<like>
<family>Myriad Pro</family>
<family>sans-serif</family>
</like>
</group>
</fontconfig>