Google Code Blog: Introducing the Google Font API & Google Font Directory Getting started using the Google Font API is easy. Just add a couple lines of HTML: <link href='http://fonts.googleapis.com/css?family=Tangerine' rel='stylesheet' type='text/css'>body { font-family: 'Tangerine', serif; } via googlecode.blogspot.com