HI,
if you have ssl protected wordpress installation you get an error message in the browser debug console:
Firefox: Blocked loading mixed active content “http://fonts.googleapis.com/css?family=Open+Sans:400,600”
Chrome: [blocked] The page at https://my.website.com/wp-admin/admin.php?page=avia ran insecure content from http://fonts.googleapis.com/css?family=Open+Sans:400,600.
Imho you should follow the scheme used to access wp-admin if you load external content. In this case the call should be: https://fonts.googleapis.com/css?family=Open+Sans:400,600
Regards
Michael
Hi Michael!
Yes, thank you. We’ll fix it in the next version.
Regards,
Peter
as modified the link to render safe?
“http://fonts.googleapis.com/css?family=Open+Sans:400,600” /> <style type = ‘text / css’>
Thanks