I have used josefinsans webfont but the font is not looking smoother.It is looking rough and pixelated in all browsers.
I have tried by using both google web font as well as web font generated by using font generator and implemented it with @font-face.
Refer fiddle
Html:
<div>
<p>Coming Soon</p>
</div>
Css:
body{
background:#000;
color:#fff;
font-size:48px;
font-family: 'Josefin Sans', sans-serif;
}