• What is the standard “font” size in wordpress 2.5.1 ?

    Here is my new blog http://www.mcbidz.com/blog

    While editing in Microsoft Word I dumped it back on the editor in my blog and got a larger font somehow. When I went to my CSS in my cpanel to see what the font was so I could change it and drop it back in this is what I saw below so I changed it to “Ariel 11pt”, but its still showing up much larger than the post I get directly from my editor (not using “word” to edit). I posted a “test” post at the top directly from my wordpress software so you can see the size it post directly. The post below the “test” has all been changed to “Ariel 11pt” using “WORD” so you can see the difference.

    Is this the correct place in the CSS to edit the body font content ?

    body
    {
    font-family:Arial, Helvetica, sans-serif;
    font-weight:normal;
    font-size:11px;
    color:#000000;
    background: url(‘images/bg1.gif’) top center repeat-x #ffffff;

Viewing 2 replies - 1 through 2 (of 2 total)
  • Your font size looks just fine to me and appears to be the same on all posts on your front page.

    Thread Starter mcbidz

    (@mcbidz)

    Thanks iridiax for the follow up. What I did to make it all uniform is do a test post than looked at what the font was showing in a word program. I then went back and made all the other post the same font/pt. size.

    Is the body of the CSS code above how I change the font/pt. size in the body? I just want to confirm this before I go changing it around.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Font size CSS’ is closed to new replies.