Fedora Account System
Red Hat Associate
Red Hat Customer
Created attachment 660166 [details] screenshot Yesterday's updates (not sure which, but I suppose fontconfig was updated among them) make "fc-match Sans" return: LiberationSansNarrow-Regular.ttf: "Liberation Sans Narrow" "Regular" It used to return: DejaVuSans.ttf: "DejaVu Sans" "Book" It would probably make more sense if it would match for Liberation Sans, not Liberation Sans Narrow. Otherwise, as the attached screenshot shows, this breaks the Internets.
the package version of fontconfig, liberation-*-fonts, dejavu-*-fonts, and your locale information please. at least it works for me: $ rpm -qa dejavu-*-fonts liberation-*-fonts fontconfig | sort dejavu-sans-fonts-2.33-4.fc18.noarch dejavu-sans-mono-fonts-2.33-4.fc18.noarch dejavu-serif-fonts-2.33-4.fc18.noarch fontconfig-2.10.2-1.fc18.x86_64 liberation-mono-fonts-2.00.1-4.fc18.noarch liberation-narrow-fonts-1.07.2-10.fc18.noarch liberation-sans-fonts-2.00.1-4.fc18.noarch liberation-serif-fonts-2.00.1-4.fc18.noarch $ fc-match sans:lang=en DejaVuSans.ttf: "DejaVu Sans" "Book"
Hi Akira, here's the info you requested: $ rpm -qa dejavu-*-fonts liberation-*-fonts fontconfig | sort dejavu-sans-fonts-2.33-4.fc18.noarch dejavu-sans-mono-fonts-2.33-4.fc18.noarch dejavu-serif-fonts-2.33-4.fc18.noarch fontconfig-2.10.2-1.fc18.i686 fontconfig-2.10.2-1.fc18.x86_64 liberation-mono-fonts-1.07.2-11.fc18.noarch liberation-narrow-fonts-1.07.2-11.fc18.noarch liberation-sans-fonts-1.07.2-11.fc18.noarch liberation-serif-fonts-1.07.2-11.fc18.noarch $ fc-match sans:lang=en LiberationSansNarrow-Regular.ttf: "Liberation Sans Narrow" "Regular" $ env|grep -i utf LC_MONETARY=fr_CA.utf8 LC_NUMERIC=fr_CA.utf8 LANG=fr_FR.utf8 GDM_LANG=fr_FR.utf8 LC_MEASUREMENT=fr_CA.utf8 LC_TIME=fr_CA.utf8 (not sure what else to provide as "locale information")
Well, this is due to /etc/fonts/conf.d/30-0-liberation-narrow.conf. it appears earlier than 57-dejavu-*.conf or 45-latin.conf anyway. reassigning. For reference of our fonts policy: https://fedoraproject.org/wiki/Fontconfig_packaging_tips#Choosing_a_ruleset_numeral_prefix just FYI for liberation-fonts maintainer.
hmm, bad mistake. Happened while merging liberation-narrow-fonts with liberation-fonts. Fixed priority. it is not 59- Closing as a duplicate of 885275 *** This bug has been marked as a duplicate of bug 885275 ***