• I’m not new to WordPress itself but I am to the CSS. I’ve tried to change the fonts throughout my site – https://www.oakridgehousing.com/NorthCarolina – (using the Twenty Eleven theme) and so far I’ve managed to figure out how to do it for everything BUT the content in the pages of my site. I’m trying to go from the basic Helvetica/Arial font family to Big Caslon. For the record, this is what the first lines under “Global” look like:

    body, input, textarea {
    color: #373737;
    font: 15px “Big Caslon”, “Book Antiqua”, “Palatino Linotype”, Georgia, serif;
    font-weight: 300;
    line-height: 1.625;
    }

    Yet the content on all of my pages is still Arial. What am I doing wrong?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Are you still experiencing this issue? It looks like it works to me. Checked it in Firefox, Chrome and Safari.

    Thread Starter katelyn429

    (@katelyn429)

    No, I’m not still having this issue. I can’t seem to figure out what happened to fix the problem though; all of the fonts just changed somehow. It might be worth noting that it might have happened once I downloaded the Twenty Eleven Expansion plugin, but that plugin doesn’t seem to have anything to do with fonts so I’m still really confused.

    So if there was a different solution you or someone else wanted to offer I’ll leave the thread open.

    Thanks for your time!

    Maybe it was a cache issue or something.

    Just out of curiosity, did you provide your own font with @font-face or link it in any way? Could be that it was not an included font with the twenty eleven until you updated the theme.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change font of post content – Twenty Eleven’ is closed to new replies.