Font not responsive to changes in font manager

Hi there,

I am using X theme on two sites, one is live and the other is in staging. The sites are for the same brand and so I mirrored the design on both however I am having an issue with the way the font is rendering on the second site.

I have set the font manager options to be identical on each, and mirrored all code I added to customise the theme initially. I’ve also tried to troubleshoot myself but am not experienced with code and have run out of ideas!

Font is Lato (google font) - on the staging site it renders as intended, but on the live site the font weight appears to be thicker?

Staging site - http://x4d.3a2.myftpupload.com/artist/

Live site - http://fragilefight.com/project/

Thank you in advance for your help.

Hi there,

There is a line of code in the Wordpress CSS of the live site that is overriding the font from Lato to sans serif.

Please find this block of code and remove the font family declaration:

p {
	text-transform: none;
	letter-spacing: 3px;
	font-family: sans-serif;
}

Hope this helps.

Brilliant, thanks Jade. Much appreciated!

You are most welcome. :slight_smile:

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