https://bugzilla.redhat.com/show_bug.cgi?id=1823984
--- Comment #16 from Hannes Riebl <[email protected]> --- All theoretical and spec-related discussions aside, here is the output of Nicolas' command on my system (with Cantarell 0.111 installed): $ fc-scan -f "%{family};%{style};%{fullname[0]};%{width};%{weight};%{slant};%{fontversion};%{file}\n" /usr/share/fonts/cantarell | sort -t ';' -k1,1d -k4,4n -k5,5n -k6,6n -k2,2d -k7,7dr | uniq | column --separator ';' -t Cantarell Regular Cantarell Regular 100 80 0 7274 /usr/share/fonts/cantarell/Cantarell-Regular.otf Cantarell Bold Cantarell Bold 100 200 0 7274 /usr/share/fonts/cantarell/Cantarell-Bold.otf Cantarell,Cantarell Extra Bold Extra Bold,Regular Cantarell Extra Bold 100 205 0 7274 /usr/share/fonts/cantarell/Cantarell-ExtraBold.otf Cantarell,Cantarell Light Light,Regular Cantarell Light 100 50 0 7274 /usr/share/fonts/cantarell/Cantarell-Light.otf Cantarell,Cantarell Thin Thin,Regular Cantarell Thin 100 0 0 7274 /usr/share/fonts/cantarell/Cantarell-Thin.otf That's pretty much the same as on Nicolas' system, except that Cantarell-VF.otf is missing. To me it seems that the metadata is quite inconsistent between Cantarell-VF.otf and the other files. Shouldn't the output for Cantarell-VF.otf be as follows, at least for the sake of internal consistency: Cantarell Cantarell Regular 100 [0 205] 0 13173 /usr/share/fonts/cantarell/Cantarell-VF.otf Cantarell,Cantarell Thin Thin,Regular Cantarell Thin 100 0 0 13173 /usr/share/fonts/cantarell/Cantarell-VF.otf Cantarell,Cantarell Light Light,Regular Cantarell Light 100 50 0 13173 /usr/share/fonts/cantarell/Cantarell-VF.otf Cantarell Regular Cantarell Regular 100 80 0 13173 /usr/share/fonts/cantarell/Cantarell-VF.otf Cantarell Bold Cantarell Bold 100 200 0 13173 /usr/share/fonts/cantarell/Cantarell-VF.otf Cantarell,Cantarell Extra Bold Extra Bold,Regular Cantarell Extra Bold 100 205 0 13173 /usr/share/fonts/cantarell/Cantarell-VF.otf Instead of: Cantarell Cantarell Regular 100 [0 205] 0 13173 /usr/share/fonts/cantarell/Cantarell-VF.otf Cantarell Thin Cantarell Regular 100 0 0 13173 /usr/share/fonts/cantarell/Cantarell-VF.otf Cantarell Light Cantarell Regular 100 50 0 13173 /usr/share/fonts/cantarell/Cantarell-VF.otf Cantarell Regular Cantarell Regular 100 80 0 13173 /usr/share/fonts/cantarell/Cantarell-VF.otf Cantarell Bold Cantarell Regular 100 200 0 13173 /usr/share/fonts/cantarell/Cantarell-VF.otf Cantarell Extra Bold Cantarell Regular 100 205 0 13173 /usr/share/fonts/cantarell/Cantarell-VF.otf Maybe it's worth a shot to generate a version of Cantarell-VF.otf with this metadata? I would do it myself, but I don't know how to compile Cantarell. Would be happy to try it out on my system, though... -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ fonts-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected]
