Jeevachaithanyan Sivanandan

using ur windows fonts..

In technology · 1 min read

this tips will help u to use the MS windows fonts in Linux.
first of all, u should mount the windows C:\ directory , the windows files installed
to /mnt/windows_c
trace tot he windows fonts directory, its must be on /mnt/windows_c/windows/fonts.
now edit the /etc/X11/fs/config(as a root user)
and append the following line
/mnt/windows_c/windows/fonts. make sure that u put a comma on the end of the previous line.
save and exit.
as a root user , execute this
/etc/rc.d/init.d/xfs restart

so u can use the windows true type fonts in linux.