How To Change Font of your Blog
Hi Friends Now am telling hows to change font of you blog via two methods so 1st you take font from...
Method - 1
- 1st Choose your Font which you 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
In this 2nd method you just need to do.
1.Choose the section In 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
1.Choose the section In 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;}
For more Tips visit Tips2tech
Kindly Share This With Yours Friends.
0 comments
Post a Comment