I am using Google font from http://www.google.com/webfonts/earlyaccess but it's not working as it suppose to. Any ideas.
I set up a basic version at http://jsfiddle.net/UbDcg/4/ which is not working like it suppose to .
HTML
FONT RESOURCE:<br>
http://www.google.com/webfonts/earlyaccess<br>
<div id="fontTest">
Lohit font why not working ...
</div>
CSS
@import url(http://fonts.googleapis.com/earlyaccess/lohitdevanagari.css);
body{
font-family: verdana,helvetica,arial,sans-serif;
font-size:12px;
}
#fontTest{
background:#e8e8e8;
padding:20px;
margin-top: 20px;
font-family: 'Lohit Devanagari', serif;
}