Press Alt-F2 and type the following:
which will open a file manager in /usr/share/fonts/truetype/. Be careful, you're root in the file manager and therefore can delete anything.
Then just drag and drop your ttf(s) into that folder. Close your file manager to exit the root session.
Then open a terminal and run:
to update the font cache.
As per: https://wiki.ubuntu.com/Fonts#Manually
Code:
gksu pcmanfm /usr/share/fonts/truetype/
Then just drag and drop your ttf(s) into that folder. Close your file manager to exit the root session.
Then open a terminal and run:
Code:
sudo fc-cache -f -v
As per: https://wiki.ubuntu.com/Fonts#Manually
No comments:
Post a Comment