• Resolved Marius Flugsrud

    (@tekniskblogghjelp)


    You need to replace the following code in the functions.php file:

    wp_enqueue_style('PT-Sans', 'http://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic');

    (Click here to go to the line in the source files)

    With:

    wp_enqueue_style('PT-Sans', '//fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic');

    So that the stylesheet is load properly and doesn’t cause mixed content warnings for HTTPS sites.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘PT-Sans loaded as HTTP’ is closed to new replies.