![]() |
| Some Cool fonts |
Some Good CSS and Font Style can help you increase your visitors.These fonts are avaialble on the google web fonts .There are around 10k different fonts which can make your blog/site a well nourished and awesome showcase.These fonts are powered by by Google Api
How To Change Your FontThis Session is divided into two parts.
- Choosing a Font
- Setting the font for Different Section i.e Sidebar,Footer etc.
- Visit The Google Web Fonts Site
- After That Choose The Font Your want to select.You can choose various ways like searching,selecting the width,thickness also.
- Add the selected Font to your Collection By Clicking on the –“Add to Collection” on the right hand side.
- After That Click on the “Use on the Right Hand Bottom”
- Copy The Code from the site which may look like - <link href='http://fonts.googleapis.com/css?family=Cantata+One' rel='stylesheet' type='text/css'>
- Add this code just after <Head> Tag in Your Blogger HTML Code
Now in this section You have to apply your font to particular section or complete blog.This may vary with each blog but the basic is same.Here it`s according to our blogger template.
1.Choose the section from your blog like sidebar or post font.
They may look like #Sidebar- For Changing the font of Sidebar
.post- for changing the font of whole post
.body – for changing the font of the whole body font.
For example if you choose .body add
font-family: 'Cantata One', serif;
.body {font: "Sail", "MS Serif", "New York", serif;
margin: 0;
padding: 0;
border-top: solid #e7ce00 medium;
border-bottom: dotted #e7ce00 thin;
width: 600px;
color: #e7ce00;}
margin: 0;
padding: 0;
border-top: solid #e7ce00 medium;
border-bottom: dotted #e7ce00 thin;
width: 600px;
color: #e7ce00;}

0 comments:
Post a Comment