mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-16 23:00:21 +00:00
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:
@@ -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