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/60-catharsis-cormorant-unic...

33 lines
775 B

<?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 Unicase Regular</string>
</test>
<test name="family">
<string>Cormorant Unicase</string>
</test>
<test name="style">
<string>Regular</string>
</test>
<edit name="fullname" mode="prepend">
<string>Cormorant Unicase</string>
</edit>
</match>
<alias binding="same">
<family>Cormorant Unicase</family>
<accept>
<family>fantasy</family>
</accept>
</alias>
<alias>
<family>fantasy</family>
<prefer>
<family>Cormorant Unicase</family>
</prefer>
</alias>
</fontconfig>