Como corregir las tipografías borrosas en fedora 22/23?


Una de las cosas que más odio de fedora es que algunas webs se ven mal las tipografías de sitios como http://es.wix.com/ , que se ven como incompletas.
esto sucede no importa si tenemos las tipografías windows instaladas.
Ahora les doy la salución a esto.

Creamos un archivo llamado .fonts.conf y le agregamos adentro lo siguiente
a este nuevo archivo.


 <?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
 <match target="font">
  <edit mode="assign" name="hinting" >
  <bool>true</bool>
  </edit>
 </match>
 <match target="font" >
  <edit mode="assign" name="autohint" >
  <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="rgba" >
  <const>rgb</const>
  </edit>
 </match>
 <match target="font">
  <edit mode="assign" name="antialias" >
  <bool>true</bool>
  </edit>
 </match>
 <match target="font">
  <edit mode="assign" name="lcdfilter">
  <const>lcddefault</const>
  </edit>
 </match>
</fontconfig>


Una vez agregado esto vamos a gnome-tweaks tool vamos a tipografía y ponemos hinting Slight y alisado Rgba (para los que no tienen gnome tweaks tool lo instalan así dnf install gnome-tweak-tool)
Share on Google Plus

About Unknown

fanatico del codigo libre ,aficionado a linux
    Blogger Comment

0 comentarios:

Publicar un comentario