Site logo

Archived topic

Font not displaying in subsite

3 replies · Started by Mireille on February 10, 2021

Viewing posts 1–4 of 4

I tried about everything I know and I can't figure out this one. I need your brain please. I moved a website to a sub-website. It changed none of the settings which I also also used on the main. Everything looks right on the main but the subsite displays ultra heavy fonts and there other weirdness. Turning off all plugins as not helped. Clear cache over and over does not work.

Hi there,

Can you specify the parts that are suppose to look the same?

If it's the page-hero you're pertaining to, while they look a the same, there are small differences within the HTML structure that affects how it loook.

The main site has this HTML:

<div class="grid-50 notice-center">
    <strong>REMEMBER THE LEGACY&nbsp;&nbsp;&nbsp;●&nbsp;&nbsp;&nbsp;CELEBRATE THE ACHIEVEMENTS&nbsp;&nbsp;&nbsp;●&nbsp;&nbsp;&nbsp;SHAPE THE FUTURE
</strong></div>

All the text are wrapped within a <strong> tag so all of them have "ultra heavy" font weight.

While the subsite has this HTML:
<div class="grid-50 notice-center"> Remember the <strong>LEGACY&nbsp;&nbsp;&nbsp;●&nbsp;&nbsp;&nbsp;</strong>Celebrate the <strong>ACHIEVEMENTS&nbsp;&nbsp;&nbsp;●&nbsp;&nbsp;&nbsp;</strong>Shape the <strong>FUTURE</strong></div>

Where you can see that not all texts are wrapped in <strong> tag so not all of them have "ultra heavy" font weight.

and there other weirdness

Can you specify what these other "weirdness" are? Thank you.

Yes, I had cleared the cache ten thousands times. I was looking for a css problem when it was an overlooked open tag in an element near the header that brook everything... The forgotten also brook the

and cause the "other weirdness". I knew I needed an independent head to spot the problem. Thanks a million.

No problem. Glad to be of any help. :D

This archived topic is closed to new replies.