Tip: Select any Text to Tweet it!

Tech n blogging is in the soul of this blog

Recommended Time Pass!

Our Facebook Application
Posted by Gitesh | Saturday, August 21, 2010 | 0 comments


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..