Page 1 of 1

[solved] How to install new fonts?

Posted: 20. Mar 2012, 09:49
by ink3
How to install new fonts in inkscape, gimp and all OS?

Re: How to install new fonts?

Posted: 20. Mar 2012, 09:53
by gapan
You put them in ~/.fonts if you want them visible to your user only, or /usr/share/fonts/TTF if you want all users to use them. Run fc-cache -f to update the font database.

Re: How to install new fonts?

Posted: 20. Mar 2012, 10:04
by ink3
I create .fonts and put fonts
$ ls .fonts/
font3933.ttf
and
$ fc-cache -f
$
ok :)

Thanks gapan