Having a clear and readable fonts on your blog is very important this catces the attention of visitors and make them stay longer on your post Ir website. Without a readable font size even with good contents your site visitors fine it difficult to read your post which reduces your site visitors and reduce time spent on your post or website.
There are two ways of changing blogger post font size
1.By editing the HTML and
2. Through CSS
For easily readable it's better to use a font size between 16 - 18 for blogger post by editing that HTML
Follow the below step to change font size by editing your HTML
1.1 log in to your blogger ,on the dashboard click on theme
1.2 click on the drop down arrow below the customise icon
1.3 click on edit HTML
1.4 in the HTML search for .post body{
1.5 add the below code before closing tab of the above line ".post body{"
6px
>
Font-size: 16;:
1.6 and click on save

0 Comments