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:
parent
68132df8db
commit
ad25a44d4d
@ -3,7 +3,7 @@
|
||||
|
||||
Name: abattis-cantarell-fonts
|
||||
Version: 0.301
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: Humanist sans serif font
|
||||
|
||||
License: OFL
|
||||
@ -53,6 +53,12 @@ appstream-util validate-relax --nonet \
|
||||
%{_datadir}/metainfo/org.gnome.cantarell.metainfo.xml
|
||||
|
||||
%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
|
||||
- Update upstream URL
|
||||
|
||||
|
@ -22,12 +22,4 @@
|
||||
</default>
|
||||
</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>
|
||||
|
Loading…
Reference in New Issue
Block a user