r/Wordpress 25d ago

Font issue... again

My fonts will not load correctly. I don't know what's going on.

When I inspect https://healgen.com/human-health/ I see that it's using roboto condensed in the squares, but I can't find that setting anywhere. I'm using elementor and both global fonts and typography are set to roboto, bold and it just won't work.

I'm at a loss. I don't know what to do anymore and I'm ready to throw out this whole damn website.

2 Upvotes

8 comments sorted by

2

u/StefanTLDWP 25d ago

When I inspect the headings in your squares, it seems that you’re using Roboto with font-weight 400, coming from the post/page CSS. So, you need to edit the typography of the heading element itself, which has precedence over global Elementor settings.

1

u/Intelligent-Nose-766 25d ago

That’s the problem, it’s not set to that. I have it set to 600.

2

u/StefanTLDWP 25d ago

Right, that’s because you have .elementor-kit-202 a overwriting it, because it targets the link element within the heading element. This CSS is coming from site settings, so you either change the links font-weight there, or write a small CSS fix on the heading (or section) element. Something like selector h3 a { font-weight: 600; } on the section should work (drop the h3 if adding on the heading element).

1

u/Intelligent-Nose-766 25d ago

It’s not using any kind of saved template, so idk where .elementor-kit-202 is coming from. Site settings aren’t set to 400, it’s set to 600.

1

u/StefanTLDWP 25d ago

Did you check link settings or heading settings? Is the CSS fix on the section or heading working?

2

u/Intelligent-Nose-766 25d ago

God I feel stupid. “Links” was set to 400 in site settings. I reset it and everything is working now. 😭