On Sun, 3 Apr 2011, Reid Rivenburgh wrote: > It looks like a recent update to wine installed a wine-tahoma-fonts > package. Now a lot of web sites are using tahoma by default instead > of my preferred font, liberation sans. I could remove the tahoma > package, but yum also wants to remove wine-fonts, which might be bad. You can disable these fonts without uninstalling them by placing the following in /etc/fonts/local.conf or ~/.fonts.conf: <?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <fontconfig> <selectfont> <rejectfont> <pattern> <patelt name="file"> <string>/usr/share/fonts/wine-tahoma-fonts/tahoma.ttf</string> </patelt> </pattern> </rejectfont> </selectfont> <selectfont> <rejectfont> <pattern> <patelt name="file"> <string>/usr/share/fonts/wine-tahoma-fonts/tahomabd.ttf</string> </patelt> </pattern> </rejectfont> </selectfont> </fontconfig> -- Peter Oliver -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines