Re: Font in firefox; now uses tahoma?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux