Google Font Directory

Google font directory

Like Google always do, in beta. The good thing about using Google font directory is that there is no copyright issue, I’m pretty sure Google may take care of those before publishing their typeface.

It is very time saving and very easy to implement into your design.

Link to the stylesheet:

<link rel=”stylesheet” type=”text/css” href=”http://fonts.googleapis.com/css?family=Tangerine”>

Call a CSS:

h1 {
font-family: ‘Tangerine’, serif;
font-size: 48px;
}

Use it on your site:

<h1>Making the Web Beautiful!</h1>

As simple as that, only 3 steps to remember and some typefaces’ name. Currently there are only 18 typefaces ready in Google font directory, I definitely hope to see more.

Share this article Digg it StumbleUpon del.icio.us

Some related articles you might be interested:

Leave a reply