How to change Font on blogger Template
How to change Font on blogger Template – If you use a template from other people’s design, then there will be some part of template that you don’t like, maybe the fonts. The fonts in question probably the font type, font size, font style, etc.
It’s quite easy to change the font on blogger template, the basic of CSS font has been discussed in Blogger Tutorial previous posts, so please to read it first for easier to understanding about CSS font.
Change Font on Template Designer
If you are using the officially provided template by the blogger through Template Designer feature, then it will be so easy to change the font, you just need to clicking on the menu provided. Here’s how to change the font via template designer:Login → Design → Template Designer
On the Template Designer page, change the menu to Advance mode. Here you can change the font as you like. If you’ve done, don’t forget to click APPLY TO BLOG button which on right top.
Change Font on Edit HTML Menu
In other case if you use your own design template or using free blogger template. You must change the font manually on your CSS template code. Please note that each template was made different from each other, therefore the following description won’t be exactly the same with the template code you used.Here's how to change the font through CSS code which on Edit HTML menu:
Login → Design → Edit HTML
To keep things that are not in want, you should to backup your template by clicking Download Full Template.
All you have to do is look for the similar code to the following codes:
font-family: “Arial”, Tahoma, Verdana;
or
font-size: 12px;
or
font-weight: bold;
Remember! These codes position might be spread and in more than one code. Then you just replace the Value of the font Property, if you don’t understand, please read the previous posts. If you’ve changed the font code, click SAVE TEMPLATE to finish.
Hopefully useful, altought I’m sure the writing may seem difficult to understand for those who still a newbie in the world of blogging.
Ada 0 comments untuk artikel How to change Font on blogger Template
Post a Comment