Reputation: 1522
How to include external css like google font http://fonts.googleapis.com/css?family=Lato
using add_editor_style() ?
when i add add_editor_style('http://fonts.googleapis.com/css?family=Lato');
, in source code will show like this :
<link rel="stylesheet" data-mce-href="http://203.223.152.159/~marineac/wp-content/themes/twentyten/http://fonts.googleapis.com/css?family=Lato&ver=342-201106301" href="http://203.223.152.159/~marineac/wp-content/themes/twentyten/http://fonts.googleapis.com/css?family=Lato&ver=342-201106301">
Upvotes: 0
Views: 442
Reputation: 2827
This was patched in changeset 24735 which I believe is part of 3.6 or 3.6.1.
Upvotes: 1