Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Sunny Johal

    (@sunny_johal)

    Hi gautamhans,
    Instead of writing that css, just create a new font control (by going to settings > google fonts), give it a name, and enter in .footer-title as the CSS selector.

    The reason why you are experiencing this is because our plugin only loads in the font weights that have been selected in the customizer for performance. Hope that helps. Cheers

    Sunny

    Thread Starter gautamhans

    (@gautamhans)

    Okay.
    I made a new font control. But I don’t know what to do next!
    Do I need to refer that CSS Selector in Custom CSS to change the font-weight; because I’ve tried it and it didn’t work.

    Thread Starter gautamhans

    (@gautamhans)

    I figured out the next part.
    I went to Theme>Customise and changed the Custom Control’s H3’s font-weight to 700.
    Instead of changing the font-weight of spanned(.footer-title) selector, it changes the weight of whole font.

    Plugin Author Sunny Johal

    (@sunny_johal)

    You probably need to use a different/more specific css selector try: #site-footer a span.footer-title

    Cheers

    Sunny

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Can't apply big font weight to Open Sans’ is closed to new replies.