How to Change the Font on Blogger Sidebar ?
- Login to Blogger.com with you Google id and password.
- Go to "Template".
- Click on "Customize".
- Template designer window will open.
- Click on "Advance".
- Go to "Sidebar Text Font" . Change Font.
- Click on "Apply to blog".
- If your blog do not have sidebar than add this css
.sidebar {
font-family: "Arial", Verdana, serif;
}
- Replace Aral with the font you want to use.
- Click on the "Apply to Blog".