An interactive reference guide for Cascading Style Sheets - CSS. Also includes tutorials and information on HTML, PHP, Javascript, Adobe Photoshop and Blogger modifications.
Monday, February 16, 2009
Changing Blogger Font Size for Posts
The font-size, although looked nice, was a little hard to read. The font styling for posts is being set through the "post-body" class so I just changed it from 12px to 13px.
.post-body { margin:0 0 .75em; line-height:1.6em; font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif; font-size: 13px; /*changing 12px to 13px for legibility*/ color: #666666; }
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.