Hi,
I have some truetype fonts that I would like to install. None are in the repos. I would like to make them available for all of the users on my system, not just myself.
The last time I did this was in an earlier release (Dapper, I think, maybe Feisty). It was pretty easy then, just
1) copy the file to /usr/share/fonts/ 2) change its ownership to root 3) type $ sudo mkfontdir /usr/share/fonts/
That no longer seems to work. Does anyone know how to do this?
Thanks