Instalar fuentes

COMO ROOT:

  1. Copie sus archivos de fuentes (.ttf y / o .otf) en sus directorios respectivos :
    /usr/share/fonts/TTF
    /usr/share/fonts/OTF

- Ejecute los siguientes comandos, con el directorio donde copiĆ³ las fuentes como argumento:

mkfontdir /usr/share/fonts/{TTF,OTF}
mkfontscale /usr/share/fonts/{TTF,OTF}
fc-cache -f -v
  1. Reinicie X.

Sources