Hi.

On Fri, 12 Feb 2016 15:37:56 -0300
Renaud (Ron) OLGIATI <[email protected]> wrote:

> Given a collection of .ttf font files I keep in my ~/MyFonts/ directory.
> 
> How do I instruct Wheezy to also look in that dir when I run
> 
>       root@ron:/home/ron # fc-cache -fv
> 
> to reload the font cache ?

Debian-correct upgrade-safe way:

su -l <your_user> -c "ln -sf ~/MyFonts ~/.fonts"

Hackish you've-been-warned way:

Add "<dir>~/MyFonts</dir>" stanza into /etc/fonts/fonts.conf.

Second way is hackish *and* wrong because Keith Packard himself tells
you that from the comments of /etc/fonts/fonts.conf :)

Reco

Reply via email to