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">'; }