Friday, September 2, 2011

Add Windows Fonts To Linux

To add windows fonts to your linux distro:

You should mount your windows partition if it isn't already.
Mine is mounted at "/media/win"
from a terminal type somthing like: "sudo mount /dev/sda1 /media/win"

Now to add the fonts . . .


from a terminal:
cd to your home directory: cd ~
then type: "sudo ln -s /media/win/WINDOWS/Fonts .fonts"
And finally: "sudo fc-cache -f -v"

No comments:

Post a Comment