How to install fonts on linux
Hi guys !!! I was using a mac lately, and i fell in love with the monaco font. That font is so cool on emacs ^_^.
So i started searching on the internet and found how to do so. Here it’s:
You can get that font here.
Then on your terminal
yosuke@loking:$sudo mkdir /usr/share/fonts/truetype/custom
yosuke@loking:$sudo mv Monaco_Linux.ttf /usr/share/fonts/truetype/custom/
yosuke@loking:$sudo fc-cache -f -v
That’s all. Now you can use monaco font .

Isn’t it cool !!!
