Font displaying strangely on different pages but using the same font weight

Hi there,

For some reason, some links on my page are displaying strangely.

This is an example:
image

Yet on another page, they look like this, which is correct:
image

They are both using the same font weight.

Does anyone know what would cause this? It looks as though maybe there is an anti aliasing issue?

Any ideas would be great, thanks!

What more than the look differs between the pages?

I mean under the hood. :slightly_smiling_face:

Thanks for the reply.

How do you mean what else differs, do you mean code wise?

If it differs, yes. :slightly_smiling_face:

E.g. the specificy of rules.

1 Like

Use the devtools in chrome and see what styles are being applied that make the difference you see.

It looks like one is bold and the other is not.

It may also be that you have some malformed html on one page and styles are leaking through from somewhere else.

Without seeing the code though this is all guesswork.:slight_smile:

3 Likes

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