Font looks different after big update

After a big Update from Cornerstone: 1.3.x -> 6.1.x I have an issue with the fonts.
Eventhough the css seems right the fonts look different comparing the live site and the dev site.

Hey @FreeBatman,

Thanks for reaching out!

I suspect this could be a cache issue. Remember to clear all caches (plugin, server-side, CDN, and browser’s cache) after updating so that the code from the latest release is always in use. This will help you to avoid any potential errors.

If it doesn’t help, please give us the following information in a Secure Note.

  • WordPress Login URL
  • Admin level username and password

You can find the Secure Note button at the bottom of your posts.

Thank you.

Did not help. Could you pls have a look at it. It looks that the font is not being loaded.

Hi @FreeBatman,

I have checked your website through Admin Dashboard but as we are not aware of the previous version of the website, can’t recognize the font problem you are trying to point out. I would suggest you please provide any screenshot marked with the section where the issue exists or any video that helps us to recognize the problem.

Thanks

Please compare with the livesite. The menu font and the bodyfont are different.

Hello @FreeBatman,

I have inspected your site and in your live site, you have this:

<link rel="preload" as="style" href="https://fonts.googleapis.com/css?family=Droid%20Sans%3A400%2C400italic%2C700%2C700italic%7CLato%3A700%7COswald%3A400%2C300%7COpen%20Sans%3A700%2C400%2C400i%7CRoboto%3A700%2C400&#038;subset=latin%2Clatin-ext&#038;display=swap" /><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Droid%20Sans%3A400%2C400italic%2C700%2C700italic%7CLato%3A700%7COswald%3A400%2C300%7COpen%20Sans%3A700%2C400%2C400i%7CRoboto%3A700%2C400&#038;subset=latin%2Clatin-ext&#038;display=swap" media="print" onload="this.media='all'" /><noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Droid%20Sans%3A400%2C400italic%2C700%2C700italic%7CLato%3A700%7COswald%3A400%2C300%7COpen%20Sans%3A700%2C400%2C400i%7CRoboto%3A700%2C400&#038;subset=latin%2Clatin-ext&#038;display=swap" /></noscript>

While on the staging site, the Droid Sans is not loading. When I check your Font Manager, I am only seeing this:

If you are loading the “Droid Sans” font via Adobe Typekit, you may need to update your Font Manager. If you have added the fonts with custom coding, you should check your custom code because it is no longer working with the updated theme.

By the way, I have checked your child theme and you will have to update it. Some of the files were reloacted. For example the _topbar.php file, instead of its previous location in wp-content/themes/x/framework/views/global/_topbar.php, it is now been moved to this new location: wp-content/themes/x/framework/legacy/cranium/headers/views/global/_topbar.php. It is best that you compare and check the files in your child theme and move it to their new respective locations.

Best Regards.

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