View Single Post
Posts: 19 | Thanked: 1 time | Joined on Nov 2009
#5
Originally Posted by baksiidaa View Post
You need to make a directory .fonts (the period at the beginning is important) under your home directory and copy the fonts into it.

In case you're not familiar with the Linux command line, here's a way to do it.
1) Save the font files to the folder MyDocs
2) Open the terminal
3)
Code:
mkdir ~/.fonts
4)
Code:
mv ~/Mydocs/*.ttf ~/.fonts/
Done! I assumed your fonts have a ttf extension. If it's something else you'll need to replace ttf with the correct extension.

โชคดีนะ

Okay I'm going to try now.
ขอบคุณคับ