You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
catharsis-cormorant-fonts/SOURCES/58-catharsis-cormorant-infa...

47 lines
1.1 KiB

<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd">
<!-- SPDX-License-Identifier: MIT -->
<fontconfig>
<match target="scan">
<test name="fullname">
<string>Cormorant Infant Regular</string>
</test>
<test name="family">
<string>Cormorant Infant</string>
</test>
<test name="style">
<string>Regular</string>
</test>
<edit name="fullname" mode="prepend">
<string>Cormorant Infant</string>
</edit>
</match>
<alias binding="same">
<family>Cormorant Infant</family>
<accept>
<family>Cormorant</family>
<family>Cormorant Garamond</family>
<family>serif</family>
</accept>
</alias>
<alias binding="same">
<family>Cormorant</family>
<accept>
<family>Cormorant Infant</family>
</accept>
</alias>
<alias binding="same">
<family>Cormorant Garamond</family>
<accept>
<family>Cormorant Infant</family>
</accept>
</alias>
<alias>
<family>serif</family>
<prefer>
<family>Cormorant Infant</family>
</prefer>
</alias>
</fontconfig>