Site logo

Archived topic

Font CSS problem

3 replies · Started by Kemo on November 6, 2018

Viewing posts 1–4 of 4

hi!
I set my body font to be Merriweather, my widget font to be Open Sans(in the GP customizer), but I wanted whole widgets to use this font, so I added custom CSS:

.right-sidebar {
    font-family: "open sans";
}

How come my body entry-content font is inheriting font-family from .right-sidebar class, as can be seen here?:
https://unhype.com/health/best-yoga-blocks/

thanks

Hi there,

.right-sidebar is a body class, use #right-sidebar instead

thanks!

You're welcome

This archived topic is closed to new replies.