Issue with Headings

After Upgrading to Pro v6…for whatever reason the headings on numerous of our websites do not render bold but appear bold in the editor. I removed custom CSS and tested, no luck.

Please see the login details in a secure note

UPDATE: it seems after entering this code it worked. Why does this have to be the workaround? add_action( 'wp_head', 'load_custom_header_components' ); function load_custom_header_components () { echo '<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i" rel="stylesheet">'; }

Hello Del,

Thanks for writing in! I just checked your site and it seems that you have resolved the issue already. When I view the page’s source code, I already see that the code is loaded into the page.

  • See the secure note for the screenshot image.

By the way, if you are trying to use Open Sans Google Font, we highly recommend that you use the Font Manager instead. You may need to check out the documentation here if you are not familiar with it yet.

We are suggesting the Font Manager because with your custom PHP code, sooner or later it may cause issues in your site. And before I forget, be advised that custom coding is beyond the scope of our support under our Support Policy. If you are unfamiliar with code and resolving potential conflicts, you may select our One service for further assistance.

Best Regards.

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