[solved] How to install new fonts?
[solved] How to install new fonts?
How to install new fonts in inkscape, gimp and all OS?
Last edited by ink3 on 20. Mar 2012, 10:13, edited 1 time in total.
Re: How to install new fonts?
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?
I create .fonts and put fonts

Thanks gapan
and$ ls .fonts/
font3933.ttf
ok$ fc-cache -f
$

Thanks gapan