abattis-cantarell-fonts/cantarell-fontconfig.conf
Kalev Lember 0c9edd7285 Update to 0.100
- Switch to the meson build system
- Use upstream appdata
- Validate appdata file
- Include fontconfig file in packaging as it's no longer included
  upstream

Many thanks to Parag Nemade <pnemade@fedoraproject.org> for the help
with updating the package!
2018-03-14 13:06:36 +01:00

19 lines
440 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
<!--
Define aliasing and other fontconfig settings for Cantarell.
-->
<fontconfig>
<!-- Generic name assignment -->
<match target="pattern">
<test qual="any" name="family">
<string>Cantarell</string>
</test>
<edit name="family" mode="assign" binding="weak">
<string>Cantarell</string>
</edit>
</match>
</fontconfig>