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. Built from https://develop.svn.wordpress.org/trunk@32843 git-svn-id: http://core.svn.wordpress.org/trunk@32814 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user