Feeds:
Posts
Comments

Archive for the ‘Fonts’ Category

Read Full Post »

stall design jaipur

Read Full Post »

Google has released something very interesting, a Font API and directory that offers high quality web fonts for web developers. Google Web Fonts lets you browse all the fonts available via the Google Web Fonts API. All fonts in the directory are available for use on your website under an open source license and are served by Google servers.

How to integrate the Google Font API

Getting started using the Google Font API is easy. Just add a couple lines of HTML:

<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Tangerine">
body {
        font-family: 'Tangerine', serif;
        font-size: 48px;
     }

(more…)

Read Full Post »