Actions

Difference between revisions of "Install ttf fonts in Ubuntu"

From zen2

(New page: Starting where your new fonts are: <pre> sudo mkdir /usr/share/fonts/truetype/customttf sudo cp *.ttf /usr/share/fonts/truetype/customttf </pre> then type <pre> sudo fc-cache -f -v </pre>)
 
m (1 revision)
 
(No difference)

Latest revision as of 08:08, 25 July 2013

Starting where your new fonts are:

sudo mkdir /usr/share/fonts/truetype/customttf
sudo cp *.ttf /usr/share/fonts/truetype/customttf

then type

sudo fc-cache -f -v