Sunday, January 27, 2013

5 simple ways to integrate font in your website


Here I will show you, how many ways integrated rich collection of fonts in your website. It’s very simple steps to integrated fonts in to your website.
First one:
    1.        Google web fonts
    2.        font squirrel
    3.        type kit
    4.        cufon fonts

Google web fonts:  Google provides number font families for your website. It’s very simple to use, these font families are free to use.  Go to http://www.google.com/webfonts


After select your font, press on Quick-use link you will get some code, that code paste into your html page header section.

Example:
<header>
<link href='http://fonts.googleapis.com/css?family=Roboto+Condensed' rel='stylesheet' type='text/css'>
</header>
After open  css document write code  like this.
h1 { font-family: ‘Roboto’, Arial, serif; font-weight: 400; }



No comments:

Post a Comment