The wp_head()
function is called in the site header, but it somehow strangely works: Some plugins plug in fonts from fonts.googleapis and WP substitutes the site domain to the beginning of the path. Those. should be http://fonts.googleapis.com/css?...
, and it turns out "http://domain.ru//fonts.googleapis.com/css...
Tell "http://domain.ru//fonts.googleapis.com/css...
, please, how to fix it?
- @Hardc0re, thanks a lot! Issue as an answer. - Maxim Vlasov
|