Can't use semibold in typography settings

When I change the typography settings to use semi bold for open sans. It just stays the same as bold. Is there anyway to fix this?

Hello There,

Thanks for writing in! You are experiencing this issue because you have added a custom css in your child theme’s style.css file.

body:not(.home) .x-main .entry-title {
    margin-top: 44px;
    margin-bottom: 5px;
    font-size: 35px;
    letter-spacing: 0.9px;
    font-weight: 400;
    color: #1F59B6;
}

If you remove the font weight, it will follow the global settings for the header entry title.

If you need anything else we can help you with, don’t hesitate to open another thread.

Thanks, it also looks like the preview doesn’t show semibold correctly.

Hi @w3developing

I’ve checked this issue and I can see the preview is showing the difference between fonts weight correctly, one thing you need to make sure about is that you have enabled “Google fonts subsets” option as in this screenshot:

Thanks.

Ok, good to know. Thank you!

You are most welcome. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.