View Single Post
Posts: 183 | Thanked: 115 times | Joined on Nov 2007 @ Seattle, WA
#12
Originally Posted by hteink.min View Post
I couldnt find the my document folder as you mention. I am burmese and we need to install our own font .. thanks if you could help me with this. now all i can see on some of the website is boxes
Mingalaba!

Sorry--I forgot that the folder is only labeled MyDocs in the terminal. The place you want to save them, if you're using the file manager, is the the lowest-level folder, the folder where the Documents, Photos, etc. folders are.

Or just save them in the Documents folder and replace the line
Code:
mv ~/Mydocs/*.ttf ~/.fonts/
with
Code:
mv ~/Mydocs/.documents/*.ttf ~/.fonts/
in the instructions above.
 

The Following User Says Thank You to baksiidaa For This Useful Post: