Every one in this new age of internet is bored of the old fonts styles. Google Fonts are free to use for your website. Following are the steps.
Goto http://www.google.com/webfonts
Wait for few seconds to show the whole fonts styles.
Following is the screen shot.
From Google Fonts page you can easily choose your desired font for your website.
You just have to need to link the font to your Html code Head tag
Just add it after
<head>
<link href='http://fonts.googleapis.com/css?family=Eater' rel='stylesheet' type='text/css'>
Also you can use Javascript or @import method to import font to your website style.
After that just add the following code to your css code
h1 { font-family: ‘Metrophobic’, Arial, serif; font-weight: 400; }
0 comments :
Post a Comment
Post your valuable comments.