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.
33 lines
775 B
33 lines
775 B
10 months ago
|
<?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 Upright Regular</string>
|
||
|
</test>
|
||
|
<test name="family">
|
||
|
<string>Cormorant Upright</string>
|
||
|
</test>
|
||
|
<test name="style">
|
||
|
<string>Regular</string>
|
||
|
</test>
|
||
|
<edit name="fullname" mode="prepend">
|
||
|
<string>Cormorant Upright</string>
|
||
|
</edit>
|
||
|
</match>
|
||
|
<alias binding="same">
|
||
|
<family>Cormorant Upright</family>
|
||
|
<accept>
|
||
|
<family>fantasy</family>
|
||
|
</accept>
|
||
|
</alias>
|
||
|
<alias>
|
||
|
<family>fantasy</family>
|
||
|
<prefer>
|
||
|
<family>Cormorant Upright</family>
|
||
|
</prefer>
|
||
|
</alias>
|
||
|
</fontconfig>
|
||
|
|