Google web fonts is the solution for this.If you add these google font, Anybody can view your fonts without having to have the font installed on their computer.Its easier to add it to blogger. Let make your blog attractive.
Step 1: First go to Google fonts and select font Like The Screenshot Below.
Step 2 : Once you find a font click Quick Use icon like below.
Step 3 :On the page, get the “Standard” code like blow.
Step 4 : Now you can copy that link code to your blogger template. This is how it do.
Go to blogger dashboard > Template > Edit Html and paste link under <head> tag. and save your template.
You need to add a slash / to the end of the URL, like below, otherwise blogger will show up error.
Go to blogger dashboard > Template > Edit Html and paste link under <head> tag. and save your template.
You need to add a slash / to the end of the URL, like below, otherwise blogger will show up error.
<link href='http://fonts.googleapis.com/css?family=Slabo+27px' rel='stylesheet' type='text/css'>Remember to replace the font-family with your own generated font family. example like below.
h3.post-title, .comments h4 {So,This Is How You Can Add Custom Web Fonts For Blogger Template.Keep Visiting This Blog To Get All Types Of Tips And Tricks Avbout Blogger.
font-family: 'fontname';
font-size: 28;
}
No comments:
Post a Comment