Now you can easily change your blogs title font and sidebar titles font with the help of google font, in google fonts you can select many stylish fonts the best thing is that you can see the font style in google font so its easy to select any font style with google font you can select your Favourite with her codes . so you can easily add your Favourite font in your blog . if you want to change your blog title font or sidebar title font with your Favourite font then follow some easy steps
6. Find (Ctrl+F) </head> and paste your code before it and put ' / ' at the end of code.
Like :
8. Copy that code look like :
11. Save your template .
go to your blog and see your font style was change ..
Enjoy blogging !!
If you have any question . please comment :]
How To Add Style Post Titles and Sidebar Titles In Blogger With Google fonts ?
1. Go to Google Fonts .
2. Select your Favourite font .
3. After select your Favourite font click on quick-use button.
4. Quick page was open scroll down page you can see opt ' Add this code to your website '
5. Copy that code like :
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
6. Find (Ctrl+F) </head> and paste your code before it and put ' / ' at the end of code.
Like :
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'/>7. Now see again google quick use page you can find this option ' Integrate the fonts into your CSS '
8. Copy that code look like :
font-family: 'Open Sans', sans-serif;9. Now Find (Ctrl+F) h3 ( For Post Titles ) in your template and paste that code wite replace font line .
10. Now Find (Ctrl+F) h2 ( For Sidbar Titles ) in your template and paste that code wite replace font line .
h3 {
margin: 0 0 1em 0;
font-family: 'Open Sans', sans-serif;
color: $(widget.title.text.color);
}
h2 {
margin: 0 0 1em 0;
font-family: 'Open Sans', sans-serif;
color: $(widget.title.text.color);
}
11. Save your template .
go to your blog and see your font style was change ..
Enjoy blogging !!
If you have any question . please comment :]






0 comments:
Post a Comment