Actions

Install ttf fonts in Ubuntu

From zen2

Revision as of 08:47, 4 December 2008 by Chris (talk | contribs) (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>)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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