Installing Calibri Font


Recommended Posts

No, I agree, I love Segoe, but I force Opera to render all web fonts in my font, and Segoe ends up being just a touch too large. Calibri is perfect for the web.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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

    • No registered users viewing this page.