Woocommerce fonts

Hi guys,

I’m trying to figure this one out and i can’t get to the bottom of it:

On my normal pages for text(except titles) i have the following css:
font-family: “Source Sans Pro”,sans-serif;
font-size: 0.6em;
font-weight: 400;
You can see it here: http://lightflow.waxandgold.com/channeling
But then, if you go to a woocommerce page: http://lightflow.waxandgold.com/category/open-to-your-souls-light/
Can you see the difference and hot bold the text is?
i am using same css and it doesn’t change.
Thanks

Hi @ceciliasifontes,

Thanks for reaching out.

The issue is that, in your product category page, the only loaded google font is Source Sans Pro 700, hence, it will default to 700 even it you specify the 400.

This is from channeling page

<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato:700|Source+Sans+Pro:700,400,400i,300,300i,700i,600,600i&#038;subset=latin,latin-ext" type="text/css" media="all" data-x-google-fonts />

And this is from product category page

<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato:700|Source+Sans+Pro:700&#038;subset=latin,latin-ext" type="text/css" media="all" data-x-google-fonts />

I wonder why it’s like that, would you mind providing your admin login credentials in a secure note? I like to check your font settings.

Thanks!

hi Rad,

sure thing

Hi @ceciliasifontes,

I see it now, you have disabled the font manager in which the one that handles the font templates. Please go to Theme Options > Typography and enable the font manager.

Thanks!

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