Drop the fontconfig config to change the binding to weak.

This causes a trouble for languages where Cantarell doesn't cover.
  Let's simply drop and rely on applications to fallback.
  Resolves: rhbz#2013083
This commit is contained in:
Akira TAGOH 2022-01-13 17:26:57 +09:00
parent 68132df8db
commit ad25a44d4d
2 changed files with 7 additions and 9 deletions

View File

@ -3,7 +3,7 @@
Name: abattis-cantarell-fonts Name: abattis-cantarell-fonts
Version: 0.301 Version: 0.301
Release: 4%{?dist} Release: 5%{?dist}
Summary: Humanist sans serif font Summary: Humanist sans serif font
License: OFL License: OFL
@ -53,6 +53,12 @@ appstream-util validate-relax --nonet \
%{_datadir}/metainfo/org.gnome.cantarell.metainfo.xml %{_datadir}/metainfo/org.gnome.cantarell.metainfo.xml
%changelog %changelog
* Thu Jan 13 2022 Akira TAGOH <tagoh@redhat.com> - 0.301-5
- Drop the fontconfig config to change the binding to weak.
This causes a trouble for languages where Cantarell doesn't cover.
Let's simply drop and rely on applications to fallback.
Resolves: rhbz#2013083
* Fri Dec 10 2021 Kalev Lember <klember@redhat.com> - 0.301-4 * Fri Dec 10 2021 Kalev Lember <klember@redhat.com> - 0.301-4
- Update upstream URL - Update upstream URL

View File

@ -22,12 +22,4 @@
</default> </default>
</alias> </alias>
<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> </fontconfig>