Add True Type Fonts to Linux // .ttf in Ubuntu and Linux
To install True type fonts in Linux: Ubuntu, etc:
# cd /usr/share/fonts/truetype
# mkdir windowsfonts
Copy the true type fonts from the location to the new font directory:
# cp /media/sdb1/Windows/fonts/*.ttf .
# chown root.root *.ttf
# chmod 644 *.ttf
# mkfontdir
# fc-cache
Now we can use windows True Type fonts in Linux!