Hello friends....Now you can make use of google latest stylish font api and can selcct font of your choice out of the list in google's font directory...in simple steps.
Explore the google font directory--http://code.google.com/webfonts
Benefits of google api:--
- High Quality
- Cross Browser Comaptible
- Extremely Easy To Use
All you need to do is link to the online google's api and choose your font to be displayed....(taking an example of Reenie-Beanie font family) follow these steps:-
Step 1 : Link to the font api
<link href='http://fonts.googleapis.com/css?family=Reenie+Beanie'
rel='stylesheet' type='text/css'>
Put the above code inside your head tag
Step 2 : Updating css
h1 { font-family: 'Reenie Beanie', arial, serif; }
Use this code of css to apply font to all H1 headings in your site.
Here is the result :-
Hey! its cool and simple to use..






