Installing Calibri Font


Recommended Posts

Calibri fonts and other cleartype fonts have bitmap versions embedded in them which activate at small sizes, which makes it look bad. To disable this and get correct smoothing at all sizes do this:

Create a .fonts.conf file in your home directory, paste this in it:

<match target="font" >
         <edit name="embeddedbitmap" mode="assign">
             <bool>false</bool>
         </edit>
    </match>

Then save it, log out and back in.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.