Wednesday, November 17, 2010

Google Fonts API

http://code.google.com/apis/webfonts/


The new google fonts api - lets you use a larger range of fonts than the  typical set of standard system fonts that HTML3 supported.


The process is as simple as adding the googlefonts stylesheet


<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Font+Name">

and then style your page via css


Very nice :-) I think I will write up a tutorial on this shortly.

No comments:

Post a Comment