Hey!
Just a small change you may want to consider...
I've recently added an SSL certificate to my site, and noticed that Google web fonts were still being pulled in from an http:// address...
To rectify this problem, you just need to change line 1 of login-styles.css
and line 107 of modern-style.css
to:@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,700&subset=latin,latin-ext,vietnamese);
This removes error messages in Chrome's Developer Tools...
Hope this helps...
Hi,
Exactly!
Thank you very much for your feedback and your concern in our product!
Regards,
WPP Team