Good news for Web Developers, now developers need not worry about fonts. Now fonts are easily available for use. We need to perform only a few steps to get it done in our website.
Step 1: Go to http://www.google.com/webfonts Url.
Step 2: Find an appropriate font you like.

Step 3: Now we will choose the font:
Step 4: We can use a font link which is showing in the preceding image and use it on your web page.
<link
href='http://fonts.googleapis.com/css?family=Ruslan+Display&subset=latin,latin-ext,cyrillic'
rel='stylesheet'
type='text/css'/>


Amit PatelPosted Aug 14, 2012, 12:31 AM
Thanks Mahesh.
Mahesh ChandPosted Aug 13, 2012, 9:18 PM
This is nice Amit. Good stuff.