How To Change Font In Blog
Actually, idea to change font in blog begins from our readers request. Therefore, in this post I will teach you about how to change font in...
https://iskablogs.blogspot.com/2011/01/how-to-change-font-in-blog.html
Actually, idea to change font in blog begins from our readers request. Therefore, in this post I will teach you about how to change font in blog. Maybe you have never thought to change the font in your blog. Now if you read this trick, maybe you want to change your font blog. So, if you want to use this trick, you can follow the steps below.
1. Go to Design --> Edit HTML
2. Thick in the Expand Widget Templates box.
3. Use the code below :
For post title, you can find
For blog title, you can find
For font post, you can find under body { , for example (not same for every template)
Generally all fonts can find by this code
4. You can save your template, if you've finished.
1. Go to Design --> Edit HTML
2. Thick in the Expand Widget Templates box.
3. Use the code below :
For post title, you can find
.post h3 a {
For blog title, you can find
.titlewrapper {
For font post, you can find under body { , for example (not same for every template)
background:#CFCCC2 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgy0wLIaADkCB_STMOX-UtorR9QMfve53o-mDaeiqBcdBZEeIcA_Ndp6ycU4oUPIXfrmbIKuK-dbmz5T8p08YOHFN4yFHWUnxuxfa4kQ0G-RJyUzFgD50AanJhD9ibiUAK_QpGmaS-7w9c/
/headerbg-1.png) repeat-x scroll left top;
font-family:arial;
margin:0;
text-align:center;
}
/headerbg-1.png) repeat-x scroll left top;
font-family:arial;
margin:0;
text-align:center;
}
Generally all fonts can find by this code
font-family
4. You can save your template, if you've finished.