Google has launched a new service called Google Web Fonts. By this site you can change your blogger blog font. It’s totally free to use for everyone. To do this follow the following steps.
Login your blogger blog account. From the “Deshboard” click “Design > Edit HTML” and then follow the following process.
1. Firstly go Google Font Directory to select your font. Now, click “Use This Font” and they will give a code like this.
(Note: Use Georgia or Change with your desire font)
2. Copy the code and paste it just below
3. Save your template. You have successfully added the font on your blog.
If you wants to use this font for your “Post Title” then use the following code.
4. Save your template and see your fonts in action!!!
1. Firstly go Google Font Directory to select your font. Now, click “Use This Font” and they will give a code like this.
<link href='http://fonts.googleapis.com/css?family=Georgia' rel='stylesheet' type='text/css'/>
2. Copy the code and paste it just below
<head>
If you wants to use this font for your “Post Title” then use the following code.
.post-title {font-family: ‘Font Name’;}
If you wants to use this font for your “Post body” then use the following code.
.post-body {font-family: ‘Font Name’;}
0 comments:
Post a Comment