• Resolved rtcunningham

    (@rtcunningham)


    The post entry font is different and it’s bigger than the previous version. I just auto-upgraded to version 3 and it looks a lot different. Did the previous version have some way to change the fonts?

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter rtcunningham

    (@rtcunningham)

    Well, something is wrong, even though I solved the issue. I put in what’s supposed to be the default (.entry-content { font-size:1em } the the post/page entry size went back to what it was before. I’ve yet to do the h1, h2, etc.

    Thread Starter rtcunningham

    (@rtcunningham)

    Okay, I just checked the rest. It seems the only issue was the default entry-content size.

    Yeah, I see this too now. I’m taking a look into this right now. Totally my fault.

    Yeah, I see this too now. I’m taking a look into this right now. Totally my fault.

    I don’t know what I was doing, but here’s a quick fix and I’ve rolled this into the next version:

    In the Custom CSS field of the Customizer, add this:
    @media only screen and (min-width: 50em) {
    .entry-content {
    font-size: 1em;
    }
    }

    Tell me if this doesn’t work. Thanks for letting me know about this.

    Thread Starter rtcunningham

    (@rtcunningham)

    No problem, and it works.

    Custom CSS field of the Customizer

    where can I find this? Any detail of the paths?

    Go to your admin, Appearance > Customize > Other Options > Custom CSS

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘What happened to the fonts?’ is closed to new replies.