• 0

Help - Blog Font


Question

Hey guys

Need some help with my blog, want to change the font that I used in my posts but im not that great with HTML.

This is my blog, not sure what font is being used just now but would like to change it to something a bit better.

Can anyone advise me on how to do this ?

www.mmarley.com is my blog if you want to have a look.

Thanks

Matthew

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

change this in the header of your homepage document:

  article div.body div.inner {
                font-family:Georgia, "Times New Roman", Times, serif; (this line controls the post font)
                line-height:1.6em;
                min-width:500px;
                text-align:justify;
            }

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.