A new flavor with Google WebFonts
by pixeldublu on Iul.01, 2010, under Resources
![]()
Google recently launched WebFonts. A new API that helps you integrate attractive design fonts into any website. Currently everything is in beta and there are few default fonts on the site, but in future it certainly will change as we are talking about Google.
Fonts available now: http://code.google.com/webfonts
The integration is very easy
Just add a css link to your header
<link href=’http://fonts.googleapis.com/css?family=Droid+Sans+Mono’ rel=’stylesheet’ type=’text/css’>
and then in your css add the family where you want
![]()
h3 { font-family: ‘Droid Sans Mono’, arial, serif; }




