badget

Biggest Sale! Special Offer!

Get 50% discount on all of our single themes with this coupon code: #50%SALE

Hurry up! *Limited time offer*

Google Font Calls

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #26299
    Jason
    Participant

    Line 68 of the functions.php needs to be updated to support SSL calls of google fonts.

    It currents reads as follows:
    wp_register_style( ‘attitude_google_font’, ‘http://fonts.googleapis.com/css?family=’.$attitude_google_font_load );

    It should be changed to:
    wp_register_style( ‘attitude_google_font’, ‘//fonts.googleapis.com/css?family=’.$attitude_google_font_load );

    #26300
    Jason
    Participant

    Disregard. Somehow I was using 1.7 as opposed to 1.9. It is resolved. I apologize.

    #26317

    Ok that’s great Jason

    Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.