Add Windows fonts to Ubuntu

From WickyWiki

Note: the ttf font files need to be owned by root

cd /usr/share/fonts/truetype/
sudo mkdir myfonts
cd myfonts
sudo cp ~/*.ttf .
sudo chown root.root *.ttf
sudo mkfontdir
cd ..
fc-cache -r -v