Use https for Google API external libraries.

Google recommends it and users are more likely to have the https version cached in their browser already.

Props rommelxcastro.
Fixes #32552.



git-svn-id: https://develop.svn.wordpress.org/trunk@32843 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Konstantin Obenland
2015-06-18 15:50:42 +00:00
parent 771509a452
commit 2ae17175b2
7 changed files with 15 additions and 16 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ Press This TinyMCE editor styles :)
/**
* Links
*/
@import url("//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,600,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,600,700");
a {
color: #0073aa;
}