Re: How to get better looking fonts

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

 



On Sun, Feb 6, 2011 at 21:57, Nikolaus Rath <Nikolaus@xxxxxxxx> wrote:
> Hello,
>
> I pulled myself together and worked around the LVM problem and the rest
> of the installation actually worked fine.
>
> Now I'm wondering if there is a way to get the font rendering to look
> different. I followed all the instructions on
> http://fedorasolved.org/Members/khaytsus/improve-fonts/, but the fonts
> look pretty much unchanged:
>
> http://www.rath.org/res/fedora.png
>
> I would like them to look more like this:
>
> http://www.rath.org/res/ubuntu.png
>
> Any recommendations?
>

I use this on my Ubuntu box, it has been a while since I've been on
Fedora and I don't remember if it was different then:
✈ganymede:~$ cat .fonts.conf
<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
 <match target="font">
  <edit mode="assign" name="autohint">
   <bool>true</bool>
  </edit>
 </match>
<match target="font">
  <edit mode="assign" name="rgba">
   <const>none</const>
  </edit>
 </match>
 <match target="font">
  <edit mode="assign" name="hinting">
   <bool>true</bool>
  </edit>
 </match>
 <match target="font">
  <edit mode="assign" name="hintstyle">
   <const>hintslight</const>
  </edit>
 </match>
 <match target="font">
  <edit mode="assign" name="antialias">
   <bool>true</bool>
  </edit>
 </match>
 <dir>~/.fonts</dir>
</fontconfig>



-- 
Dotan Cohen

http://gibberish.co.il
http://what-is-what.com
-- 
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]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux