How To Use The New Rupee Symbol In Your Documents.
Hi Friends,
It's really nice that Indians now have their own currency symbol, but it is still to come up in common fonts available on our PC, so for the time being we need to use an additional font. Here's how you can install the font on your PC and use it.
First download the Rupee Foradian. font http://dl.dropbox.com/u/328077/Static/Rupee_Foradian.ttf
(Windows Users)
Open C:\Windows\Fonts and copy the downloaded file there.
Windows 7 users please check here how to install the font.
(Linux Users)
Copy the downloaded font to /usr/share/fonts/truetype/ ; create the directory if required.
Now, start your favorite word processor software and use ` (back-tick) to use rupee symbol by selecting the newly installed font.
.
PLS USE THIS FONT MAXIMUM IN UR DOCUMENTS WHENEVER U WANT TO ADD RUPEES
SYMBOL..
Hi Friends,
It's really nice that Indians now have their own currency symbol, but it is still to come up in common fonts available on our PC, so for the time being we need to use an additional font. Here's how you can install the font on your PC and use it.
First download the Rupee Foradian. font http://dl.dropbox.com/u/328077/Static/Rupee_Foradian.ttf
(Windows Users)
Open C:\Windows\Fonts and copy the downloaded file there.
Windows 7 users please check here how to install the font.
(Linux Users)
Copy the downloaded font to /usr/share/fonts/truetype/ ; create the directory if required.
Now, start your favorite word processor software and use ` (back-tick) to use rupee symbol by selecting the newly installed font.
.
PLS USE THIS FONT MAXIMUM IN UR DOCUMENTS WHENEVER U WANT TO ADD RUPEES
SYMBOL..
how to create the dir in linux? I am using ubuntu 12.4 LTS.
ReplyDeletemkdir dirname
DeleteOR
mkdir dirname1 dirname2
OR
mkdir [option] dieNameHere
OR
mkdir -p dir1/dir2/dir3
try this