Custom font not working on blog posts

Custom font not working on blog posts or in the navbar on blog posts. You can see fonts look on full site here: https://jamieforward.com/ compared to how they look here: https://jamieforward.com/staying-well-sane-in-quarantine/

Hi Satchel,

Thank you for writing in, here’s is the issue

The UberMenu lets you set the custom font “Finland”, but it’s not loading it. On the homepage, you used the font “Finland” on some of your Text/Headline elements, and because of that the Theme loads the custom font “Finland”, and the UberMenu leverage to that.

However, here (https://jamieforward.com/staying-well-sane-in-quarantine/) you don’t have any Text/Headline elements that are utilizing the font “Finland”, so the site is not loading it, and that is why the UberMenu falls back to a default font.

If you could have even just one Element on that page that will utilize the “Finland” font-family, that would load the font like on the home page.

Or

You can add this on top of the Theme Options > CSS, to make sure that the site always load the font “Finland” even though it might not utilizing it.

@font-face{font-family:"Jamie Headline";font-display:"auto";src:url("https://jamieforward.com/wp-content/uploads/2019/12/THEHeattoo-Regular.woff2") format('woff2');font-weight:500;font-style:regular;
}
@font-face{font-family:"Finland";font-display:"auto";src:url("https://jamieforward.com/wp-content/uploads/2019/12/FinlandRoundedBold.woff2") format('woff2');font-weight:700;font-style:regular;
}

Hope it helps,
Cheers!

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