HTTPS and Bloggist
-
in functions.php of wp-content/themes/bloggist:
function bloggist_google_fonts() { wp_enqueue_style( 'bloggist-google-fonts', 'https://fonts.googleapis.com/css?family=Lato:300,400,700,900', false ); }
should change this to // or https:// so it’s compatible with WP running on https. cheers…!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘HTTPS and Bloggist’ is closed to new replies.