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...

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)
/headerbg-1.png) repeat-x scroll left top;
font-family:arial;
margin:0;
text-align:center;
}
Generally all fonts can find by this code
4. You can save your template, if you've finished.