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:
- Google web fonts
- font squirrel
- type kit
- 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